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