Interface IMaaBuffer<TBuffer>
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining common members for MaaBuffer.
public interface IMaaBuffer<in TBuffer> : IMaaDisposable, IDisposable
Type Parameters
TBuffer
-
The type of buffer.
Implements
Methods
- TryCopyTo(TBuffer)
-
Copies all values of the current buffer to the specified buffer.