Table of Contents

Interface IMaaBuffer<T>

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

An interface defining common members for MaaBuffer.

public interface IMaaBuffer<in T> : IMaaDisposable, IDisposable

Type Parameters

T

The buffer.

Implements

Methods

CopyTo(T)

Copies all values of the current buffer to the specified buffer.