Interface IContextualizedAction
Represents a Contextualized Action interface.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IContextualizedAction
Properties
Completed
Indicates whether this Action is completed.
Declaration
bool Completed { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
GetContext()
Returns the Context used in this Action.
Declaration
AssetLoaderContext GetContext()
Returns
Type | Description |
---|---|
AssetLoaderContext |
Invoke()
Invokes this Action without using any context.
Declaration
void Invoke()