Class XrBodyTrackerCreateInfoHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrBodyTrackerCreateInfoHTC extends Struct<XrBodyTrackerCreateInfoHTC> implements NativeResource

 struct XrBodyTrackerCreateInfoHTC {
     XrStructureType type;
     void const * next;
     XrBodyJointSetHTC bodyJointSet;
 }