Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnbindAllStreamHandles(Animator)

Removes all PropertyStreamHandles and TransformStreamHandles associated with the Animator instance. Use this method to manage the lifecycle of stream handles when the animated hierarchy changes.
Read time 1 minuteLast updated 12 days ago

Definition

public static void UnbindAllStreamHandles(this Animator animator)

Parameters

animator

The Animator instance that calls this method.