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