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. |
SetDataLinkTag | Sets the tag of the Blackboard DataLink. |
SetVariable | Sets a value for the root Blackboard variable. |
Stop | Stop playback. |
TryGetDataLinkTag | Get the tag of the Blackboard DataLink. |
TryGetVariable | Get the value of the root Blackboard variable. |