world.setScale()
world.setScale(eid, x, y, z)
Description
Set scale of an entity.
Parameters
Property | Type | Description |
---|
eid | eid | Entity to set scale of. |
x | Number | Scaling factor in the X direction. |
y | Number | Scaling factor in the Y direction. |
z | Number | Scaling factor in the Z direction. |
Returns
None.