ScaleBy Action
Last updated
Last updated
The ScaleBy Action Node continuously scales an Object, thus creating an Animation. The final values of the Scale
Attribute are determined by multiplying the initial ones with the values specified by the user in either the Attribute or Input Socket By
of the Node. Find an example of how to use this Node and its effect over an Object at the end of this page.
The following table shows several examples of how the Scale
values of an Object change for different By
values:
Initial |
| Final |
Furthermore, visit the Actions Nodes page for a general introduction to these Nodes, and Scale for more detail about the Scale
Attribute.
Scope: Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| Vector3 | The number by which the |
| Float | The total time of the Action, if none is given in the |
| Drop-down | The |
Input | Type | Description |
---|---|---|
| InstanceID | The assigned Instance ID of the Action. If nothing is received, it automatically assigns 0 as the Instance ID. |
(►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The ID of the target Object. |
| Float | The total time (in seconds). |
| Vector3 | The number by which the |
Output | Type | Description |
---|---|---|
| InstanceID | The assigned Instance ID of the Action. |
| Pulse | Flows to the next Node following ScaleBy Action when the Action starts. |
| Pulse | Flows to the next Node following ScaleBy Action when the Action stops. |
This section shows a simple example of how to use the ScaleBy Action Node and the effect it has on an Object. We start by configuring the Scene, then build the Logic, and finally show the result.
We consider a Scene with two Objects: a red ellipse over a black background, both of which can be easily created in the Scene Outliner. Then, we set the Size
Attribute of the ellipse to and its Scale
Attribute to . See this configuration in the following image:
We then need to configure the Logic. This is done in the Logic Editor.
We use the ScaleBy Action Node with the following Attributes:
By
:
Duration (sec)
:
Interpolation
: Linear
And we connect to it the Object Node of the red ellipse and a Pulse to the Start
Input Socket. Thus, having the following Logic configuration:
Finally, the effect of the ScaleBy Action Node when triggered is the following:
Scaling (geometry) on Wikipedia.