This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

AnimatorJobExtensions.CloseAnimationStream

Declaration

public static void CloseAnimationStream(Animator animator, ref Experimental.Animations.AnimationStream stream);

Parameters

animator The Animator instance the method is called on.
stream The stream to close.

Description

Close a stream that has been opened using OpenAnimationStream.