Resize anything by changing its transform's Scale
T : transform = Entity.GetLocalTransform()
BigScale : vector3 = T.Scale * 2.0
Print("X:{BigScale.X} Y:{BigScale.Y} Z:{BigScale.Z}")
Takeaway — Scale lives in the transform — multiply it to grow.
Resize anything by changing its transform's Scale
T : transform = Entity.GetLocalTransform()
BigScale : vector3 = T.Scale * 2.0
Print("X:{BigScale.X} Y:{BigScale.Y} Z:{BigScale.Z}")
Takeaway — Scale lives in the transform — multiply it to grow.
scene_graph_scale_entityGenerate a personalized, step-by-step lesson plan built around this object — grounded in this exact reference and our compile-verified knowledge base.
Build a lesson →Scout · your island guide
The Isle of Verse