Class XrHandJointsMotionRangeInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandJointsMotionRangeInfoEXT extends Struct<XrHandJointsMotionRangeInfoEXT> implements NativeResource

 struct XrHandJointsMotionRangeInfoEXT {
     XrStructureType type;
     void const * next;
     XrHandJointsMotionRangeEXT handJointsMotionRange;
 }