Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

Playable.Create

public static T Create();

Returns

T The Type of Playable to create.

Description

Use this method to create instance of Playables.

var mixer = Playable.Create<AnimationMixerPlayable>();