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.PtrXrActionStateBoolean.Ptr.at(long index, @NotNull Consumer<@NotNull XrActionStateBoolean> consumer) @NotNull XrActionStateBoolean.PtrXrActionStateBoolean.Ptr.offset(long offset) @NotNull XrActionStateBoolean.PtrXrActionStateBoolean.Ptr.reinterpret(long newSize) Assume theXrActionStateBoolean.Ptris capable of holding at leastnewSizestructures, create a new viewXrActionStateBoolean.Ptrthat uses the same backing storage as thisXrActionStateBoolean.Ptr, but with the new size.XrActionStateBoolean.Ptr.slice(long end) @NotNull XrActionStateBoolean.PtrXrActionStateBoolean.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).