IsParameterControlledByCurveString() private method

private IsParameterControlledByCurveString ( string name ) : bool
name string
return bool
Esempio n. 1
0
 public bool IsParameterControlledByCurve(string name)
 {
     return(AnimatorControllerPlayable.IsParameterControlledByCurveString(ref this, name));
 }