GetBoolString() private method

private GetBoolString ( string name ) : bool
name string
return bool
Exemplo n.º 1
0
 public bool GetBool(string name)
 {
     return(AnimatorControllerPlayable.GetBoolString(ref this, name));
 }