Uses of Record Class
club.doki7.openxr.datatype.XrUuidMSFT
Packages that use XrUuidMSFT
-
Uses of XrUuidMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrUuidMSFTModifier and TypeMethodDescriptionint
XR.getSceneMarkerDecodedStringMSFT
(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XR.getSceneMarkerRawDataMSFT
(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) -
Uses of XrUuidMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrUuidMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrUuidMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrUuidMSFTModifier and TypeMethodDescriptionstatic XrUuidMSFT
@NotNull XrUuidMSFT
XrUuidMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrUuidMSFT
XrUuidMSFT.clone
(Arena arena, XrUuidMSFT src) @Nullable XrUuidMSFT
XrSceneComponentsLocateInfoMSFT.componentIds()
@NotNull XrUuidMSFT
XrSceneComponentMSFT.id()
@NotNull XrUuidMSFT
XrSceneComponentMSFT.parentId()
@NotNull XrUuidMSFT
XrSceneComponentParentFilterInfoMSFT.parentId()
@NotNull XrUuidMSFT
XrSerializedSceneFragmentDataGetInfoMSFT.sceneFragmentId()
XrUuidMSFT.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrUuidMSFTMethods in club.doki7.openxr.datatype with parameters of type XrUuidMSFTModifier and TypeMethodDescriptionstatic XrUuidMSFT
XrUuidMSFT.clone
(Arena arena, XrUuidMSFT src) XrSceneComponentMSFT.id
(@NotNull XrUuidMSFT value) XrSceneComponentMSFT.parentId
(@NotNull XrUuidMSFT value) XrSceneComponentParentFilterInfoMSFT.parentId
(@NotNull XrUuidMSFT value) XrSerializedSceneFragmentDataGetInfoMSFT.sceneFragmentId
(@NotNull XrUuidMSFT value) void
XrUuidMSFT.Ptr.write
(long index, @NotNull XrUuidMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrUuidMSFTModifier and TypeMethodDescriptionXrUuidMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrUuidMSFT> consumer) XrSceneComponentMSFT.id
(Consumer<@NotNull XrUuidMSFT> consumer) XrSceneComponentMSFT.parentId
(Consumer<@NotNull XrUuidMSFT> consumer) XrSceneComponentParentFilterInfoMSFT.parentId
(Consumer<@NotNull XrUuidMSFT> consumer) XrSerializedSceneFragmentDataGetInfoMSFT.sceneFragmentId
(Consumer<@NotNull XrUuidMSFT> consumer)