Class XrBodyJointLocationFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrBodyJointLocationFB extends Struct<XrBodyJointLocationFB> implements NativeResource
struct XrBodyJointLocationFB {
    XrSpaceLocationFlags locationFlags;
    XrPosef pose;
}