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

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