Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorStateML.Ptr
Packages that use XrSpatialAnchorStateML.Ptr
-
Uses of XrSpatialAnchorStateML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialAnchorStateML.PtrModifier and TypeMethodDescriptionstatic XrSpatialAnchorStateML.PtrXrSpatialAnchorStateML.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialAnchorStateML> consumer) @NotNull XrSpatialAnchorStateML.PtrXrSpatialAnchorStateML.Ptr.offset(long offset) @NotNull XrSpatialAnchorStateML.PtrXrSpatialAnchorStateML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorStateML.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorStateML.Ptrthat uses the same backing storage as thisXrSpatialAnchorStateML.Ptr, but with the new size.XrSpatialAnchorStateML.Ptr.slice(long end) @NotNull XrSpatialAnchorStateML.PtrXrSpatialAnchorStateML.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).