Uses of Record Class
club.doki7.openxr.datatype.XrAnchorSpaceCreateInfoBD.Ptr
Packages that use XrAnchorSpaceCreateInfoBD.Ptr
-
Uses of XrAnchorSpaceCreateInfoBD.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrAnchorSpaceCreateInfoBD.PtrModifier and TypeMethodDescriptionXrAnchorSpaceCreateInfoBD.Ptr.at(long index, @NotNull Consumer<@NotNull XrAnchorSpaceCreateInfoBD> consumer) @NotNull XrAnchorSpaceCreateInfoBD.PtrXrAnchorSpaceCreateInfoBD.Ptr.offset(long offset) @NotNull XrAnchorSpaceCreateInfoBD.PtrXrAnchorSpaceCreateInfoBD.Ptr.reinterpret(long newSize) Assume theXrAnchorSpaceCreateInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrAnchorSpaceCreateInfoBD.Ptrthat uses the same backing storage as thisXrAnchorSpaceCreateInfoBD.Ptr, but with the new size.XrAnchorSpaceCreateInfoBD.Ptr.slice(long end) @NotNull XrAnchorSpaceCreateInfoBD.PtrXrAnchorSpaceCreateInfoBD.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).