Uses of Record Class
club.doki7.openxr.datatype.XrActionStateBoolean.Ptr
Packages that use XrActionStateBoolean.Ptr
-
Uses of XrActionStateBoolean.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrActionStateBoolean.PtrModifier and TypeMethodDescriptionstatic XrActionStateBoolean.Ptr
XrActionStateBoolean.Ptr.at
(long index, @NotNull Consumer<@NotNull XrActionStateBoolean> consumer) @NotNull XrActionStateBoolean.Ptr
XrActionStateBoolean.Ptr.offset
(long offset) @NotNull XrActionStateBoolean.Ptr
XrActionStateBoolean.Ptr.reinterpret
(long newSize) Assume theXrActionStateBoolean.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrActionStateBoolean.Ptr
that uses the same backing storage as thisXrActionStateBoolean.Ptr
, but with the new size.XrActionStateBoolean.Ptr.slice
(long end) @NotNull XrActionStateBoolean.Ptr
XrActionStateBoolean.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).