Class XrControllerModelPropertiesMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrControllerModelPropertiesMSFT extends Struct<XrControllerModelPropertiesMSFT> implements NativeResource

 struct XrControllerModelPropertiesMSFT {
     XrStructureType type;
     void * next;
     uint32_t nodeCapacityInput;
     uint32_t nodeCountOutput;
     {@link XrControllerModelNodePropertiesMSFT XrControllerModelNodePropertiesMSFT} * nodeProperties;
 }