Create(string, Object)
Creates a PlayableBinding that contains information representing a TexturePlayableOutput.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Playables
- Assembly: UnityEngine.CoreModule
public static PlayableBinding Create(string name, Object key)
Parameters
Returns
Type | Description |
|---|---|
| PlayableBinding | Returns a PlayableBinding that contains information that is used to create a TexturePlayableOutput. |