getSM method
(en) Gets the StateManager managed by this class.
(ja) このクラスで管理されているStateManagerを取得します。
Implementation
StateManager getSM() {
return _sm;
}
(en) Gets the StateManager managed by this class.
(ja) このクラスで管理されているStateManagerを取得します。
StateManager getSM() {
return _sm;
}