Class BoltEventCommand
Bolt event command
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring
Syntax
[Serializable]
public class BoltEventCommand : Command
Methods
CleanUpCommandEditor()
Clear up command
Declaration
public override void CleanUpCommandEditor()
Overrides
ExecuteCommand(CommandContext)
Execute command
Declaration
protected override IEnumerator ExecuteCommand(CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | context | Command Context for command execution |
Returns
Type | Description |
---|---|
IEnumerator | Coroutine enumerator |
Overrides
ExecuteCommandEditor(CommandContext)
Execute command in editor
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | context | Command Context for command execution |
Returns
Type | Description |
---|---|
IEnumerator | Coroutine enumerator |