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 TypeMethodDescriptionintXR.getSceneMarkerDecodedStringMSFT(XrSceneMSFT scene, XrUuidMSFT markerId, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXR.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 recordRepresents a pointer to / an array ofXrUuidMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrUuidMSFTModifier and TypeMethodDescriptionstatic XrUuidMSFT@NotNull XrUuidMSFTXrUuidMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrUuidMSFTXrUuidMSFT.clone(Arena arena, XrUuidMSFT src) @Nullable XrUuidMSFTXrSceneComponentsLocateInfoMSFT.componentIds()@NotNull XrUuidMSFTXrSceneComponentMSFT.id()@NotNull XrUuidMSFTXrSceneComponentMSFT.parentId()@NotNull XrUuidMSFTXrSceneComponentParentFilterInfoMSFT.parentId()@NotNull XrUuidMSFTXrSerializedSceneFragmentDataGetInfoMSFT.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 XrUuidMSFTXrUuidMSFT.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) voidXrUuidMSFT.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)