Class UnityEngineCommand
Inheritance
System.Object
UnityEngineCommand
Assembly: OpenMod.UnityEngine.dll
Syntax
public abstract class UnityEngineCommand : CommandBase, ICommand
Constructors
|
Improve this Doc
View Source
UnityEngineCommand(IServiceProvider)
Declaration
protected UnityEngineCommand(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
Methods
|
Improve this Doc
View Source
ExecuteAsync()
Declaration
public override sealed Task ExecuteAsync()
Returns
Overrides
|
Improve this Doc
View Source
OnExecuteAsync()
Declaration
protected abstract UniTask OnExecuteAsync()
Returns
Implements
Extension Methods