WaitForSeconds
Class in LogicToolkit / Inherits from: TaskComponent
Implements interfaces: IPauseReceiver, IProgressComponent
Description
Component that waits for a specified number of seconds to elapse
Methods
Method Name | Description |
---|---|
OnActivated | Called when it becomes active |
OnDeactivated | Called when it becomes inactive |
OnExecute | Execute processing. |
OnProgress | Called when progress changes |
Inherited Members
Properties
Property Name | Description |
---|---|
IsActive | Active or not |
Node | the node that owns this node component |
Player | LogicPlayerBase that is playing this node component |