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