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