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 TypeMethodDescriptionintXR.destroySceneMSFT(XrSceneMSFT scene) intXR.getSceneComponentsMSFT(XrSceneMSFT scene, XrSceneComponentsGetInfoMSFT getInfo, XrSceneComponentsMSFT components) intXR.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) intXR.getSceneMeshBuffersMSFT(XrSceneMSFT scene, XrSceneMeshBuffersGetInfoMSFT getInfo, XrSceneMeshBuffersMSFT buffers) intXR.getSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, int countInput, IntPtr readOutput, @Nullable BytePtr buffer) intXR.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 recordRepresents a pointer toXrSceneMSFThandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrSceneMSFTModifier and TypeMethodDescription@Nullable XrSceneMSFTXrSceneMSFT.Ptr.read()@Nullable XrSceneMSFTXrSceneMSFT.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.PtrXrSceneMSFT.Ptr.allocate(Arena arena, @Nullable XrSceneMSFT @NotNull [] values) static XrSceneMSFT.PtrXrSceneMSFT.Ptr.allocateV(Arena arena, @Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) voidXrSceneMSFT.Ptr.write(long index, @Nullable XrSceneMSFT value) voidXrSceneMSFT.Ptr.write(@Nullable XrSceneMSFT value) voidXrSceneMSFT.Ptr.write(@Nullable XrSceneMSFT[] values) voidXrSceneMSFT.Ptr.writeV(@Nullable XrSceneMSFT value0, @Nullable XrSceneMSFT... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrSceneMSFTModifier and TypeMethodDescriptionstatic XrSceneMSFT.PtrXrSceneMSFT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSceneMSFT> values)