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 TypeMethodDescriptionintXR.locateSpace(XrSpace space, XrSpace baseSpace, long time, XrSpaceLocation location) intXRStatic.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 recordRepresents a pointer to / an array ofXrSpaceLocationstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceLocationModifier and TypeMethodDescriptionstatic XrSpaceLocation@NotNull XrSpaceLocationXrSpaceLocation.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpaceLocationXrSpaceLocation.clone(Arena arena, XrSpaceLocation src) @NotNull XrSpaceLocationXrSpatialEntityComponentDataLocationBD.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 XrSpaceLocationXrSpaceLocation.clone(Arena arena, XrSpaceLocation src) XrSpatialEntityComponentDataLocationBD.location(@NotNull XrSpaceLocation value) voidXrSpaceLocation.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)