Uses of Record Class
club.doki7.openxr.datatype.XrPersistSpatialEntityCompletionEXT.Ptr
Packages that use XrPersistSpatialEntityCompletionEXT.Ptr
-
Uses of XrPersistSpatialEntityCompletionEXT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrPersistSpatialEntityCompletionEXT.PtrModifier and TypeMethodDescriptionXrPersistSpatialEntityCompletionEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPersistSpatialEntityCompletionEXT> consumer) XrPersistSpatialEntityCompletionEXT.Ptr.offset
(long offset) XrPersistSpatialEntityCompletionEXT.Ptr.reinterpret
(long newSize) Assume theXrPersistSpatialEntityCompletionEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrPersistSpatialEntityCompletionEXT.Ptr
that uses the same backing storage as thisXrPersistSpatialEntityCompletionEXT.Ptr
, but with the new size.XrPersistSpatialEntityCompletionEXT.Ptr.slice
(long end) XrPersistSpatialEntityCompletionEXT.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).