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