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