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.Ptr
XrSpatialEntityPersistInfoEXT.Ptr.offset
(long offset) @NotNull XrSpatialEntityPersistInfoEXT.Ptr
XrSpatialEntityPersistInfoEXT.Ptr.reinterpret
(long newSize) Assume theXrSpatialEntityPersistInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpatialEntityPersistInfoEXT.Ptr
that uses the same backing storage as thisXrSpatialEntityPersistInfoEXT.Ptr
, but with the new size.XrSpatialEntityPersistInfoEXT.Ptr.slice
(long end) @NotNull XrSpatialEntityPersistInfoEXT.Ptr
XrSpatialEntityPersistInfoEXT.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).