Class SpriteBlinkCommand
Inheritance
System.Object
SpriteBlinkCommand
Assembly: cs.temp.dll.dll
Syntax
public class SpriteBlinkCommand : CommandNode, ICommand
Fields
BlinkIntervalTimer
Declaration
public float BlinkIntervalTimer
Field Value
| Type |
Description |
| System.Single |
|
SpriteRenderer
Declaration
public SpriteRenderer SpriteRenderer
Field Value
| Type |
Description |
| SpriteRenderer |
|
TintColor
Declaration
Field Value
TotalBlinkTime
Declaration
public float TotalBlinkTime
Field Value
| Type |
Description |
| System.Single |
|
Methods
Use()
Declaration
public override async Awaitable Use()
Returns
| Type |
Description |
| Awaitable |
|
Overrides
Implements