IsParameterControlledByCurveString() приватный Метод

private IsParameterControlledByCurveString ( string name ) : bool
name string
Результат bool
Пример #1
0
 public bool IsParameterControlledByCurve(string name)
 {
     return(AnimatorControllerPlayable.IsParameterControlledByCurveString(ref this, name));
 }