コード例 #1
0
 public virtual void AddState(AInspectorState <TOwner> state)
 {
     m_Transition.AddState(state.State);
 }