Class XrHandJointLocationsEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandJointLocationsEXT extends Struct<XrHandJointLocationsEXT> implements NativeResource

 struct XrHandJointLocationsEXT {
     XrStructureType type;
     void * next;
     XrBool32 isActive;
     uint32_t jointCount;
     {@link XrHandJointLocationEXT XrHandJointLocationEXT} * jointLocations;
 }