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

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