Table of Contents

Struct RunArgs

Namespace
MaaFramework.Binding.Custom
Assembly
MaaFramework.Binding.dll

A readonly record struct that packages arguments in MaaFramework.Binding.Custom.IMaaCustomAction.Run``1(``0,MaaFramework.Binding.Custom.RunArgs@,MaaFramework.Binding.Custom.RunResults@).

public readonly record struct RunArgs : IEquatable<RunArgs>

Implements

Inherited Members

Constructors

RunArgs(string, TaskDetail, string, string, RecognitionDetail, IMaaRectBuffer)

A readonly record struct that packages arguments in MaaFramework.Binding.Custom.IMaaCustomAction.Run``1(``0,MaaFramework.Binding.Custom.RunArgs@,MaaFramework.Binding.Custom.RunResults@).

Properties

ActionName

Gets the action name.

ActionParam

Gets the action param.

NodeName

Gets the node name.

RecognitionBox

Gets the recognition box.

RecognitionDetail

Gets the recognition detail.

TaskDetail

Gets the task detail