Class XrEventDataSpatialAnchorCreateCompleteFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataSpatialAnchorCreateCompleteFB>
org.lwjgl.openxr.XrEventDataSpatialAnchorCreateCompleteFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataSpatialAnchorCreateCompleteFB extends org.lwjgl.system.Struct<XrEventDataSpatialAnchorCreateCompleteFB> implements org.lwjgl.system.NativeResource
Result of request to create a new spatial anchor.
Description

It describes the result of a request to create a new spatial anchor. Once this event is posted, it is the applications responsibility to take ownership of the XrSpace. The XrSession passed into CreateSpatialAnchorFB is the parent handle of the newly created XrSpace.

Valid Usage (Implicit)
See Also

XrEventDataBaseHeader, XrEventDataBuffer, XrUuidEXT, PollEvent

Layout


 struct XrEventDataSpatialAnchorCreateCompleteFB {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB requestId();
     XrResult result();
     XrSpace space();
     XrUuidEXT uuid();
 }