GetBoolString() 개인적인 메소드

private GetBoolString ( string name ) : bool
name string
리턴 bool
예제 #1
0
 public bool GetBool(string name)
 {
     return(AnimatorControllerPlayable.GetBoolString(ref this, name));
 }