Method Create
Create(PlayableGraph, ParticleSystem, uint)
Creates a Playable with a ParticleControlPlayable behaviour attached
선언
public static ScriptPlayable<ParticleControlPlayable> Create(PlayableGraph graph, ParticleSystem component, uint randomSeed)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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 |
반환
타입 | 설명 |
---|---|
ScriptPlayable<ParticleControlPlayable> | Returns the created Playable. |