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