Interface IMaaContext
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped members for MaaContext.
public interface IMaaContext : ICloneable
Implements
Properties
- TaskJob
-
Gets the task job from the MaaFramework.Binding.IMaaContext.
- Tasker
-
Gets the tasker from the MaaFramework.Binding.IMaaContext.
Methods
- OverrideNext(string, IEnumerable<string>)
-
Override the property field "next" in a task.
- OverridePipeline(string)
-
Override a pipeline.
- RunAction(string, string, IMaaRectBuffer, string)
-
Run an action.
- RunPipeline(string, string)
-
Runs a pipeline.
- RunRecognition(string, string, IMaaImageBuffer)
-
Run a recognition.