Scale
ecs.Scale
Description
The Scale component defines the scale of an entity.
Functions
See component schema.
Schema
Property | Type | Description |
---|---|---|
x | Number | Scaling factor in the X direction. |
y | Number | Scaling factor in the Y direction. |
z | Number | Scaling factor in the Z direction. |