Uses of Record Class
club.doki7.openxr.datatype.XrSpacesLocateInfo.Ptr
Packages that use XrSpacesLocateInfo.Ptr
-
Uses of XrSpacesLocateInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpacesLocateInfo.PtrModifier and TypeMethodDescriptionstatic XrSpacesLocateInfo.Ptr
XrSpacesLocateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpacesLocateInfo> consumer) @NotNull XrSpacesLocateInfo.Ptr
XrSpacesLocateInfo.Ptr.offset
(long offset) @NotNull XrSpacesLocateInfo.Ptr
XrSpacesLocateInfo.Ptr.reinterpret
(long newSize) Assume theXrSpacesLocateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpacesLocateInfo.Ptr
that uses the same backing storage as thisXrSpacesLocateInfo.Ptr
, but with the new size.XrSpacesLocateInfo.Ptr.slice
(long end) @NotNull XrSpacesLocateInfo.Ptr
XrSpacesLocateInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).