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 TypeMethodDescriptionintXR.locateSpaces(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) intXR.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 recordRepresents a pointer to / an array ofXrSpaceLocationsstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceLocationsModifier and TypeMethodDescriptionstatic XrSpaceLocations@NotNull XrSpaceLocationsXrSpaceLocations.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpaceLocationsXrSpaceLocations.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 XrSpaceLocationsXrSpaceLocations.clone(Arena arena, XrSpaceLocations src) voidXrSpaceLocations.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)