Uses of Record Class
club.doki7.openxr.datatype.XrSpatialBounded2DDataEXT.Ptr
Packages that use XrSpatialBounded2DDataEXT.Ptr
-
Uses of XrSpatialBounded2DDataEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialBounded2DDataEXT.PtrModifier and TypeMethodDescriptionXrSpatialBounded2DDataEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialBounded2DDataEXT> consumer) XrSpatialComponentBounded2DListEXT.bounds(int assumedCount) @NotNull XrSpatialBounded2DDataEXT.PtrXrSpatialBounded2DDataEXT.Ptr.offset(long offset) @NotNull XrSpatialBounded2DDataEXT.PtrXrSpatialBounded2DDataEXT.Ptr.reinterpret(long newSize) Assume theXrSpatialBounded2DDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialBounded2DDataEXT.Ptrthat uses the same backing storage as thisXrSpatialBounded2DDataEXT.Ptr, but with the new size.XrSpatialBounded2DDataEXT.Ptr.slice(long end) @NotNull XrSpatialBounded2DDataEXT.PtrXrSpatialBounded2DDataEXT.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).