Method Clear<T>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
Clear<T>()
Clears all MaaFramework.Binding.Custom.IMaaCustomAction or MaaFramework.Binding.Custom.IMaaCustomRecognition registered in the MaaFramework.Binding.IMaaResource.
bool Clear<T>() where T : IMaaCustomResource
Returns
Type Parameters
T
-
The MaaFramework.Binding.Custom.IMaaCustomAction or MaaFramework.Binding.Custom.IMaaCustomRecognition.
Clear(bool)
Clears the loaded resource.
bool Clear(bool includeCustomResource = false)
Parameters
includeCustomResource
bool-
Whether to include custom resources.