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