Class XrSpatialGraphNodeBindingPropertiesMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialGraphNodeBindingPropertiesMSFT extends Struct<XrSpatialGraphNodeBindingPropertiesMSFT> implements NativeResource

 struct XrSpatialGraphNodeBindingPropertiesMSFT {
     XrStructureType type;
     void * next;
     uint8_t nodeId[XR_GUID_SIZE_MSFT];
     {@link XrPosef XrPosef} poseInNodeSpace;
 }