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