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