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