ScriptPlayableOutput
struct in UnityEngine.Playables
/
Implemented in:UnityEngine.CoreModule
Implements interfaces:IPlayableOutput
Description 描述
A IPlayableOutput implementation that contains a script output for the a PlayableGraph.
A branch of a PlayableGraph must be connected to an output to be evaluated.
NOTE: You can use PlayableOutputExtensions methods with ScriptPlayableOutput objects.
Static Properties
| Null | Returns an invalid ScriptPlayableOutput. |
Static Methods 静态方法
| Create | Creates a new ScriptPlayableOutput in the associated PlayableGraph. |