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