Meta accounts are here: you can create a Meta account to log into VR devices. Learn more

SCALE BY

Instantly scales the object by adding the supplied scale to its current size.

Appearance in Composition Pane
Description

Instantly scales the object by the provided scale vector, adding or even subtracting. Scaling may cause physics interactions with surrounding objects.
Parameters

object, vector
Scales the object to the vector.


PREREQUISITE READING

SCALE TO precedes this tutorial


Example 1: Scale object by

The grow event increases self’s scale by 1.1,1.1,1.1 or 110% in all directions. Repeated calls to grow will scale self by an additional 110% of its new size.