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