ClearGenericBinding(Object)
Clears the binding of a reference object.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.DirectorModule
public void ClearGenericBinding(Object key)
Parameters
The source object in the PlayableBinding.
Remarks
Use this method to clear the binding and remove the dependency to the source object. For example, use this method to clear the binding for a Timeline track that is no longer used.