getSM method

StateManager getSM()

(en) Gets the StateManager managed by this class.

(ja) このクラスで管理されているStateManagerを取得します。

Implementation

StateManager getSM() {
  return _sm;
}