Class XrHandJointsLocateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandJointsLocateInfoEXT extends Struct<XrHandJointsLocateInfoEXT> implements NativeResource
struct XrHandJointsLocateInfoEXT {
    XrStructureType type;
    void const * next;
    XrSpace baseSpace;
    XrTime time;
}