LogicPlayerBase
Class in LogicToolkit / Inherits from: UnityEngine.MonoBehaviour
Description
Basic type of component that plays LogicPlayerBase.LogicController
Properties
| Property Name | Description |
|---|---|
| LogicController | Returns the instance of LogicPlayerBase.LogicController that is playing |
| PlayState | Play status |
Methods
| Method Name | Description |
|---|---|
| Pause | Pause. |
| Play | Start playing |
| Resume | Resume. |
| Stop | Stop playback. |