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