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.Ptr
XrActionStateVector2f.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionStateVector2f> consumer) @NotNull XrActionStateVector2f.Ptr
XrActionStateVector2f.Ptr.offset
(long offset) @NotNull XrActionStateVector2f.Ptr
XrActionStateVector2f.Ptr.reinterpret
(long newSize) Assume theXrActionStateVector2f.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateVector2f.Ptr
that uses the same backing storage as thisXrActionStateVector2f.Ptr
, but with the new size.XrActionStateVector2f.Ptr.slice
(long end) @NotNull XrActionStateVector2f.Ptr
XrActionStateVector2f.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).