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