LogicPlayerBase
クラス in LogicToolkit / 継承元: UnityEngine.MonoBehaviour
説明
LogicPlayerBase.LogicControllerを再生するコンポーネントの基本型
プロパティ
| プロパティ名 | 説明 | 
|---|---|
| LogicController | 再生中のLogicPlayerBase.LogicControllerのインスタンスを返す | 
| PlayState | 再生状態 | 
メソッド
| メソッド名 | 説明 | 
|---|---|
| Pause | 一時停止する。 | 
| Play | 再生開始する | 
| Resume | 再開する。 | 
| Stop | 再生停止する。 |