Uses of Record Class
club.doki7.openxr.datatype.XrSceneComponentsLocateInfoMSFT
Packages that use XrSceneComponentsLocateInfoMSFT
-
Uses of XrSceneComponentsLocateInfoMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSceneComponentsLocateInfoMSFTModifier and TypeMethodDescriptionint
XR.locateSceneComponentsMSFT
(XrSceneMSFT scene, XrSceneComponentsLocateInfoMSFT locateInfo, XrSceneComponentLocationsMSFT locations) -
Uses of XrSceneComponentsLocateInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSceneComponentsLocateInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSceneComponentsLocateInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSceneComponentsLocateInfoMSFTModifier and TypeMethodDescription@NotNull XrSceneComponentsLocateInfoMSFT
XrSceneComponentsLocateInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSceneComponentsLocateInfoMSFT.clone
(Arena arena, XrSceneComponentsLocateInfoMSFT src) XrSceneComponentsLocateInfoMSFT.componentIdCount
(int value) XrSceneComponentsLocateInfoMSFT.componentIds
(@Nullable IXrUuidMSFT value) XrSceneComponentsLocateInfoMSFT.next
(@NotNull MemorySegment value) XrSceneComponentsLocateInfoMSFT.time
(long value) XrSceneComponentsLocateInfoMSFT.Ptr.toArray()
XrSceneComponentsLocateInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSceneComponentsLocateInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSceneComponentsLocateInfoMSFT> XrSceneComponentsLocateInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSceneComponentsLocateInfoMSFTModifier and TypeMethodDescriptionXrSceneComponentsLocateInfoMSFT.clone
(Arena arena, XrSceneComponentsLocateInfoMSFT src) void
XrSceneComponentsLocateInfoMSFT.Ptr.write
(long index, @NotNull XrSceneComponentsLocateInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSceneComponentsLocateInfoMSFTModifier and TypeMethodDescriptionXrSceneComponentsLocateInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSceneComponentsLocateInfoMSFT> consumer)