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.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFacialExpressionPropertiesML.Ptrthat 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).