Method Create
Create(PlayableGraph, ParticleSystem, uint)
Creates a Playable with a ParticleControlPlayable behaviour attached
Declaration
public static ScriptPlayable<ParticleControlPlayable> Create(PlayableGraph graph, ParticleSystem component, uint randomSeed)
Parameters
| Type | Name | Description |
|---|---|---|
| PlayableGraph | graph | The PlayableGraph to inject the Playable into. |
| ParticleSystem | component | The particle systtem to control |
| uint | randomSeed | A random seed to use for particle simulation |
Returns
| Type | Description |
|---|---|
| ScriptPlayable<ParticleControlPlayable> | Returns the created Playable. |