Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
Packages that use XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
-
Uses of XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsCreateInfoBaseHeaderML.PtrModifier and TypeMethodDescriptionXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsCreateInfoBaseHeaderML> consumer) XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.offset
(long offset) XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.reinterpret
(long newSize) Assume theXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
that uses the same backing storage as thisXrSpatialAnchorsCreateInfoBaseHeaderML.Ptr
, but with the new size.XrSpatialAnchorsCreateInfoBaseHeaderML.Ptr.slice
(long end) XrSpatialAnchorsCreateInfoBaseHeaderML.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).