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