Uses of Record Class
club.doki7.openxr.handle.XrBodyTrackerBD.Ptr
Packages that use XrBodyTrackerBD.Ptr
-
Uses of XrBodyTrackerBD.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyTrackerBD.PtrModifier and TypeMethodDescriptionint
XR.createBodyTrackerBD
(XrSession session, XrBodyTrackerCreateInfoBD createInfo, XrBodyTrackerBD.Ptr bodyTracker) -
Uses of XrBodyTrackerBD.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrBodyTrackerBD.PtrModifier and TypeMethodDescriptionstatic XrBodyTrackerBD.Ptr
static XrBodyTrackerBD.Ptr
static XrBodyTrackerBD.Ptr
XrBodyTrackerBD.Ptr.allocate
(Arena arena, @Nullable XrBodyTrackerBD @NotNull [] values) static XrBodyTrackerBD.Ptr
XrBodyTrackerBD.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrBodyTrackerBD> values) static XrBodyTrackerBD.Ptr
XrBodyTrackerBD.Ptr.allocateV
(Arena arena, @Nullable XrBodyTrackerBD value0, @Nullable XrBodyTrackerBD... values) XrBodyTrackerBD.Ptr.offset
(long offset) XrBodyTrackerBD.Ptr.reinterpret
(long newSize) Assume theXrBodyTrackerBD.Ptr
is capable of holding at leastnewSize
handles, create a new viewXrBodyTrackerBD.Ptr
that uses the same backing storage as thisXrBodyTrackerBD.Ptr
, but with the new size.XrBodyTrackerBD.Ptr.slice
(long end) XrBodyTrackerBD.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).