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 TypeMethodDescriptionintXR.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.Ptrstatic XrAnchorBD.Ptrstatic XrAnchorBD.PtrXrAnchorBD.Ptr.allocate(Arena arena, @Nullable XrAnchorBD @NotNull [] values) static XrAnchorBD.PtrXrAnchorBD.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrAnchorBD> values) static XrAnchorBD.PtrXrAnchorBD.Ptr.allocateV(Arena arena, @Nullable XrAnchorBD value0, @Nullable XrAnchorBD... values) XrAnchorBD.Ptr.offset(long offset) XrAnchorBD.Ptr.reinterpret(long newSize) Assume theXrAnchorBD.Ptris capable of holding at leastnewSizehandles, create a new viewXrAnchorBD.Ptrthat 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).