Interface IMainThreadCoroutineCommand
Inherited Members
Namespace: InsaneScatterbrain.Threading
Syntax
public interface IMainThreadCoroutineCommand : IMainThreadCommand
Properties
IsCancelled
Gets whether the command has been cancelled.
Declaration
bool IsCancelled { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ExecuteCoroutine()
Declaration
IEnumerator ExecuteCoroutine()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |