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