StateBehaviour GetBehaviour( System.Type type );
Description
指定した型のStateBehaviourを取得する。
なかった場合はnullを返す。
T GetBehaviour<T>();
Description
Genericバージョン。
StateBehaviour GetBehaviour( System.Type type );
指定した型のStateBehaviourを取得する。
なかった場合はnullを返す。
T GetBehaviour<T>();
Genericバージョン。