Interface IContextualizedAction
Represents a Contextualized Action interface.
Namespace: TriLibExporter
Assembly: Assembly-CSharp.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
AssetWriterContext GetContext()
Returns
Type | Description |
---|---|
AssetWriterContext |
Invoke()
Invokes this Action without using any context.
Declaration
void Invoke()