Class XrControllerModelStateMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrControllerModelStateMSFT extends Struct<XrControllerModelStateMSFT> implements NativeResource

 struct XrControllerModelStateMSFT {
     XrStructureType type;
     void * next;
     uint32_t nodeCapacityInput;
     uint32_t nodeCountOutput;
     {@link XrControllerModelNodeStateMSFT XrControllerModelNodeStateMSFT} * nodeStates;
 }