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