Projection Elements Modifiers alter how a Projection Element interacts with the world.
Origin Alignment is a modifier that alters the distance from the spawning point of the projection element.
| Name | Explanation | Type |
|---|---|---|
| Distance | The distance from the origin. | Number |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |
Rotation is a modifier that alters the rotation of the projection element.
| Name | Explanation | Type |
|---|---|---|
| X | The x component of the rotation, in degrees. | Variable or Value |
| Y | The y component of the rotation, in degrees. | Variable or Value |
| Z | The z component of the rotation, in degrees. | Variable or Value |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |
Rotational Velocity is a modifier that alters the rotational velocity of the projection element.
| Name | Explanation | Type |
|---|---|---|
| Velocity | The velocity. | Vector |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |
Scale is a modifier that alters the scale of the projection element.
| Name | Explanation | Type |
|---|---|---|
| Scale | The scale. | Vector |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |
Translation is a modifier that alters the position of the projection element.
| Name | Explanation | Type |
|---|---|---|
| Translation | The translation. | Vector |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |
Velocity is a modifier that alters the velocity of the projection element.
| Name | Explanation | Type |
|---|---|---|
| Velocity | The velocity. | Vector |
| Duration | The duration of the modifier, in milliseconds. | Number |
| Offset | The offset of the modifier, in milliseconds. | Number |