Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(string, Object)

Creates a PlayableBinding that contains information representing an AnimationPlayableOutput.
Read time 1 minuteLast updated 6 days ago

Definition

public static PlayableBinding Create(string name, Object key)

Parameters

name

The name of the AnimationPlayableOutput.

A reference to a Object that acts as a key for this binding.

Returns

Type

Description

PlayableBindingReturns a PlayableBinding that contains information that is used to create an AnimationPlayableOutput.