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.PtrXrHandTrackingMeshFB.jointBindPoses(int assumedCount) XrSpatialComponentAnchorListEXT.locations(int assumedCount) @NotNull XrPosef.PtrXrPosef.Ptr.offset(long offset) @NotNull XrPosef.PtrXrPosef.Ptr.reinterpret(long newSize) Assume theXrPosef.Ptris capable of holding at leastnewSizestructures, create a new viewXrPosef.Ptrthat uses the same backing storage as thisXrPosef.Ptr, but with the new size.XrPosef.Ptr.slice(long end) @NotNull XrPosef.PtrXrPosef.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).