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