|
InputElementFactoryGetInputElementsArray Method |
Returns array of InputElement structs that describes the supplied inputLayoutType.
This method is thread safe and can be called from any thread.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public static InputElement[] GetInputElementsArray(
InputLayoutType inputLayoutType
)
Parameters
- inputLayoutType InputLayoutType
- inputLayoutType
Return Value
InputElementarray of InputElement structs
See Also