Class SFXCommand
Inheritance
System.Object
SFXCommand
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SFXCommand : CommandNode, ICommand
Fields
SFXClip
Declaration
Field Value
| Type |
Description |
| AudioClip |
|
SFXSource
Declaration
public AudioSource SFXSource
Field Value
| Type |
Description |
| AudioSource |
|
Volume
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Methods
Use()
Declaration
public override async Awaitable Use()
Returns
| Type |
Description |
| Awaitable |
|
Overrides
Implements