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