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