Constructor RunArgs
- Namespace
- MaaFramework.Binding.Custom
- Assembly
- MaaFramework.Binding.dll
RunArgs(string, TaskDetail, string, string, RecognitionDetail, IMaaRectBuffer)
The arguments used for run.
public RunArgs(string TaskName, TaskDetail TaskDetail, string ActionName, string ActionParam, RecognitionDetail RecognitionDetail, IMaaRectBuffer RecognitionBox)
Parameters
TaskName
string-
Gets the task name.
TaskDetail
TaskDetail-
Gets the task detail
ActionName
string-
Gets the action name.
ActionParam
string-
Gets the action param.
RecognitionDetail
RecognitionDetail-
Gets the recognition detail.
RecognitionBox
IMaaRectBuffer-
Gets the recognition box.