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