Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


outputTargetType

The type of target required by the PlayableOutput for this PlayableBinding.
Read time 1 minuteLast updated 7 days ago

Definition

public Type outputTargetType { get; }

Remarks

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.