Uses of Record Class
club.doki7.openxr.datatype.XrFacialExpressionBlendShapePropertiesML.Ptr
Packages that use XrFacialExpressionBlendShapePropertiesML.Ptr
-
Uses of XrFacialExpressionBlendShapePropertiesML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrFacialExpressionBlendShapePropertiesML.PtrModifier and TypeMethodDescriptionXrFacialExpressionBlendShapePropertiesML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFacialExpressionBlendShapePropertiesML> consumer) XrFacialExpressionBlendShapePropertiesML.Ptr.offset
(long offset) XrFacialExpressionBlendShapePropertiesML.Ptr.reinterpret
(long newSize) Assume theXrFacialExpressionBlendShapePropertiesML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFacialExpressionBlendShapePropertiesML.Ptr
that uses the same backing storage as thisXrFacialExpressionBlendShapePropertiesML.Ptr
, but with the new size.XrFacialExpressionBlendShapePropertiesML.Ptr.slice
(long end) XrFacialExpressionBlendShapePropertiesML.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).