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