Uses of Record Class
club.doki7.openxr.datatype.XrSpaceLocation
Packages that use XrSpaceLocation
-
Uses of XrSpaceLocation in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpaceLocationModifier and TypeMethodDescriptionint
XR.locateSpace
(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) int
XRStatic.locateSpace
(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) -
Uses of XrSpaceLocation in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceLocationModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceLocation
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceLocationModifier and TypeMethodDescriptionstatic XrSpaceLocation
@NotNull XrSpaceLocation
XrSpaceLocation.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpaceLocation
XrSpaceLocation.clone
(Arena arena, XrSpaceLocation src) @NotNull XrSpaceLocation
XrSpatialEntityComponentDataLocationBD.location()
XrSpaceLocation.locationFlags
(long value) XrSpaceLocation.next
(@NotNull MemorySegment value) XrSpaceLocation.Ptr.toArray()
XrSpaceLocation.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceLocationModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceLocation> XrSpaceLocation.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceLocationModifier and TypeMethodDescriptionstatic XrSpaceLocation
XrSpaceLocation.clone
(Arena arena, XrSpaceLocation src) XrSpatialEntityComponentDataLocationBD.location
(@NotNull XrSpaceLocation value) void
XrSpaceLocation.Ptr.write
(long index, @NotNull XrSpaceLocation value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceLocationModifier and TypeMethodDescriptionXrSpaceLocation.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceLocation> consumer) XrSpatialEntityComponentDataLocationBD.location
(Consumer<@NotNull XrSpaceLocation> consumer)