UnityEngine.Animator.IsParameterControlledByCurve C# (CSharp) Method

IsParameterControlledByCurve() public method

public IsParameterControlledByCurve ( string name ) : bool
name string
return bool
		public bool IsParameterControlledByCurve(string name){}
		public bool IsParameterControlledByCurve(int id){}

Same methods

Animator::IsParameterControlledByCurve ( int id ) : bool
Animator