LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PlayableBinding

struct in UnityEngine.Playables

Description

Struct that holds information regarding an output of a PlayableAsset.

PlayableAssets specify the type of outputs it supports using PlayableBindings.

Static Properties

DefaultDurationThe default duration used when a PlayableOutput has no fixed duration.
NoneA constant to represent a PlayableAsset has no bindings.

Properties

sourceBindingTypeWhen the StreamType is set to None, a binding can be represented using System.Type.
sourceObjectA reference to a UnityEngine.Object that acts a key for this binding.
streamNameThe name of the output or input stream.
streamTypeThe type of the output or input stream.