Uses of Record Class
club.doki7.openxr.datatype.XrSpaceLocations
Packages that use XrSpaceLocations
-
Uses of XrSpaceLocations in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpaceLocationsModifier and TypeMethodDescriptionint
XR.locateSpaces
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) int
XR.locateSpacesKHR
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) -
Uses of XrSpaceLocations in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceLocationsModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceLocations
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceLocationsModifier and TypeMethodDescriptionstatic XrSpaceLocations
@NotNull XrSpaceLocations
XrSpaceLocations.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpaceLocations
XrSpaceLocations.clone
(Arena arena, XrSpaceLocations src) XrSpaceLocations.locationCount
(int value) XrSpaceLocations.locations
(@Nullable IXrSpaceLocationData value) XrSpaceLocations.next
(@NotNull MemorySegment value) XrSpaceLocations.Ptr.toArray()
XrSpaceLocations.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceLocationsModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceLocations> XrSpaceLocations.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceLocationsModifier and TypeMethodDescriptionstatic XrSpaceLocations
XrSpaceLocations.clone
(Arena arena, XrSpaceLocations src) void
XrSpaceLocations.Ptr.write
(long index, @NotNull XrSpaceLocations value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceLocationsModifier and TypeMethodDescriptionXrSpaceLocations.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceLocations> consumer)