Version: 2022.3
言語: 日本語
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.