Uses of Record Class
club.doki7.openxr.datatype.XrSessionActionSetsAttachInfo.Ptr
Packages that use XrSessionActionSetsAttachInfo.Ptr
-
Uses of XrSessionActionSetsAttachInfo.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSessionActionSetsAttachInfo.PtrModifier and TypeMethodDescriptionXrSessionActionSetsAttachInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrSessionActionSetsAttachInfo> consumer) @NotNull XrSessionActionSetsAttachInfo.PtrXrSessionActionSetsAttachInfo.Ptr.offset(long offset) @NotNull XrSessionActionSetsAttachInfo.PtrXrSessionActionSetsAttachInfo.Ptr.reinterpret(long newSize) Assume theXrSessionActionSetsAttachInfo.Ptris capable of holding at leastnewSizestructures, create a new viewXrSessionActionSetsAttachInfo.Ptrthat uses the same backing storage as thisXrSessionActionSetsAttachInfo.Ptr, but with the new size.XrSessionActionSetsAttachInfo.Ptr.slice(long end) @NotNull XrSessionActionSetsAttachInfo.PtrXrSessionActionSetsAttachInfo.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).