Uses of Record Class
club.doki7.openxr.handle.XrSceneMSFT
Packages that use XrSceneMSFT
-
Uses of XrSceneMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneMSFTModifier and TypeMethodDescriptionint
XR.destroySceneMSFT
(XrSceneMSFT scene) int
XR.getSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) int
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) int
XR.getSceneMeshBuffersMSFT
(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) int
XR.getSerializedSceneFragmentDataMSFT
(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) int
XR.locateSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) -
Uses of XrSceneMSFT in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrSceneMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrSceneMSFT
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSceneMSFTModifier and TypeMethodDescription@Nullable XrSceneMSFT
XrSceneMSFT.Ptr.read()
@Nullable XrSceneMSFT
XrSceneMSFT.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrSceneMSFTMethods in club.doki7.openxr.handle with parameters of type XrSceneMSFTModifier and TypeMethodDescriptionstatic XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocate
(Arena arena, @Nullable XrSceneMSFT @NotNull [] values) static XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocateV
(Arena arena, @Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) void
XrSceneMSFT.Ptr.write
(long index, @Nullable XrSceneMSFT value) void
XrSceneMSFT.Ptr.write
(@Nullable XrSceneMSFT value) void
XrSceneMSFT.Ptr.write
(@Nullable XrSceneMSFT[] values) void
XrSceneMSFT.Ptr.writeV
(@Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSceneMSFTModifier and TypeMethodDescriptionstatic XrSceneMSFT.Ptr
XrSceneMSFT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrSceneMSFT> values)