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;
    XrHandJointLocationEXT * jointLocations;
}