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