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