outputTargetType
The type of target required by the PlayableOutput for this PlayableBinding.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
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.