Class FadeScreenshotCommand
Class FadeScreenshotCommand.
Inheritance
FadeScreenshotCommand
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
public class FadeScreenshotCommand : StagingCommand
Methods
ExecuteCommand(CommandContext)
Executes the command.
Declaration
protected override IEnumerator ExecuteCommand(CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | context | The context. |
Returns
Type | Description |
---|---|
IEnumerator | IEnumerator. |
Overrides
ExecuteCommandEditor(CommandContext)
Executes the command editor.
Declaration
protected override IEnumerator ExecuteCommandEditor(CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | context | The context. |
Returns
Type | Description |
---|---|
IEnumerator | IEnumerator. |