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