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