Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClearGenericBinding(Object)

Clears the binding of a reference object.
Read time 1 minuteLast updated 11 days ago

Definition

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.