Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

PlayableBinding

struct in UnityEngine.Playables

/

Implemented in:UnityEngine.CoreModule

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.

Did you find this page useful? Please give it a rating: