Version: 2021.2
언어: 한국어
public Type outputTargetType ;

설명

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.