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