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