LogicBehavior
Class in LogicToolkit / Inherits from: LogicPlayerBase
Description
A component for internally holding and playing LogicBehavior.LogicController
Properties
| Property Name | Description |
|---|---|
| LogicController | Returns the instance of LogicPlayerBase.LogicController that is playing |
Inherited Members
Properties
| Property Name | Description |
|---|---|
| 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. |