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