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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemPropertiesBodyTrackingFullBodyMETA.Ptr
that 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).