Version: 2019.1
public Type outputTargetType ;

Description

The type of target required by the PlayableOutput for this PlayableBinding.

For example, the AnimationPlayableBinding.Create method returns a PlayableBinding where the outputTargetType is typeof(Animator). If the binding represents a ScriptPlayableOutput, the outputTargetType corresponds with the type parameter passed in ScriptPlayableOutput.Create.