StateBehaviour AddBehaviour( System.Type type );
Description
System.Typeを指定してStateBehaviourを追加。
指定した型が追加できない場合、ArgumentException例外を出す。
T AddBehaviour<T>();
Genericバージョン。
StateBehaviour AddBehaviour( System.Type type );
System.Typeを指定してStateBehaviourを追加。
指定した型が追加できない場合、ArgumentException例外を出す。
T AddBehaviour<T>();
Genericバージョン。