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.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemSpatialEntityPropertiesFB.Ptrthat 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).