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