Namespace MaaFramework.Binding.Custom
Structs
- AnalyzeArgs
-
A readonly record struct that packages
argumentsin MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@). - AnalyzeResults
-
A readonly record struct that packages
resultsin MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@). - RunArgs
-
A readonly record struct that packages
argumentsin MaaFramework.Binding.Custom.IMaaCustomAction.Run``1(``0,MaaFramework.Binding.Custom.RunArgs@,MaaFramework.Binding.Custom.RunResults@). - RunResults
-
A readonly record struct that packages
resultsin MaaFramework.Binding.Custom.IMaaCustomAction.Run``1(``0,MaaFramework.Binding.Custom.RunArgs@,MaaFramework.Binding.Custom.RunResults@).
Interfaces
- IMaaCustom
-
An interface representing implementation is maa custom.
- IMaaCustomAction
-
An interface representing which implementation is maa custom action.
- IMaaCustomController
-
An interface representing implementation is maa custom controller.
- IMaaCustomRecognition
-
An interface representing which implementation is maa custom recognition.