setScale
Set the scale of the object.
Syntax
object.setScale(scale);
Parameters
| Name | Type | Description |
|---|---|---|
setScale | Vector3 or Vector3Array | The new scale |
Example
object.setScale([3, 5, 3]);
Available on: Client Server
Set the scale of the object.
object.setScale(scale);
| Name | Type | Description |
|---|---|---|
setScale | Vector3 or Vector3Array | The new scale |
object.setScale([3, 5, 3]);
Available on: Client Server