SetEntitySize

Create a native to be able to resize the props created through the CreateObject, example:

SetEntitySize(object, 2.0) 

With that you can set the entity size 2x of is default size, like the transform of CSS

transfrom: size(2.0);
1 Like

Duplicate? Set entity scale (runtime)