TweenComponentBase<T>
Class in LogicToolkit / Inherits from: WaitForSeconds
Description
Basic type of component that performs tweened animation of parameters
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| T | Type of parameter to be tweened | 
Methods
| Method Name | Description | 
|---|---|
| GetFromValue | Get starting value | 
| OnActivated | Called when it becomes active | 
| OnProgress | Called when progress changes | 
| SetValue | Set the current value. | 
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 | 
Methods
| Method Name | Description | 
|---|---|
| OnDeactivated | Called when it becomes inactive | 
| OnExecute | Execute processing. |