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