GetBoolID() private method

private GetBoolID ( int id ) : bool
id int
return bool
Exemplo n.º 1
0
 public bool GetBool(int id)
 {
     return(AnimatorControllerPlayable.GetBoolID(ref this, id));
 }