Create(PlayableGraph)
Creates a TextureMixerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Playables
- Assembly: UnityEngine.CoreModule
public static TextureMixerPlayable Create(PlayableGraph graph)
Parameters
The PlayableGraph object that will own the TextureMixerPlayable.
Returns
Type | Description |
|---|---|
| TextureMixerPlayable | A TextureMixerPlayable linked to the PlayableGraph. |