GetBoolID() 개인적인 메소드

private GetBoolID ( int id ) : bool
id int
리턴 bool
예제 #1
0
 public bool GetBool(int id)
 {
     return(AnimatorControllerPlayable.GetBoolID(ref this, id));
 }