ActivatableNode
Class in LogicToolkit / Inherits from: Node
Description
Node whose active state changes
Properties
| Property Name | Description | 
|---|---|
| IsActive | Active or not | 
Methods
| Method Name | Description | 
|---|---|
| OnActivated | Called when it becomes active | 
| OnDeactivated | Called when it becomes inactive | 
Inherited Members
Properties
| Property Name | Description | 
|---|---|
| Id | Node ID | 
| Name | Node name | 
| NodeGraph | the node graph that owns this node | 
| Player | LogicPlayerBase that is playing this node | 
| Position | position of the node on the graph |