예제 #1
0
 public bool hasStateGroup <T>() where T : StateGroup
 {
     return(mStateMachine.hasStateGroup <T>());
 }
예제 #2
0
 public bool hasStateGroup(Type group)
 {
     return(mStateMachine.hasStateGroup(group));
 }