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