IsParameterControlledByCurveString() private method

private IsParameterControlledByCurveString ( string name ) : bool
name string
return bool
コード例 #1
0
 public bool IsParameterControlledByCurve(string name)
 {
     return(AnimatorControllerPlayable.IsParameterControlledByCurveString(ref this, name));
 }