Show / Hide Table of Contents

Class ScriptPlayableBinding

Inheritance
Object
ScriptPlayableBinding
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Playables
Assembly: UnityEngine.dll
Syntax
public static class ScriptPlayableBinding

Methods

| Improve this Doc View Source

Create(String, Object, Type)

Declaration
public static PlayableBinding Create(string name, Object key, Type type)
Parameters
Type Name Description
String name
Object key
Type type
Returns
Type Description
PlayableBinding
  • Improve this Doc
  • View Source
Back to top Generated by DocFX