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