|
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.0.8865.1045
Syntax public static InputElement[] GetInputElementsArray(
InputLayoutType inputLayoutType
)
Parameters
- inputLayoutType InputLayoutType
- inputLayoutType
Return Value
InputElementarray of InputElement structs
See Also