Simple script to scale an object around using the keyboard. All axis can be scaled at once using the Z and X keys. Individual axis can be scaled using YU(x), HJ(y), NM(z). Can be used for testing and debuging.
new()
@:value("")name:String = ""
object:Object
notifyOnAdd(f:() ‑> Void):Void
notifyOnInit(f:() ‑> Void):Void
notifyOnLateUpdate(f:() ‑> Void):Void
notifyOnRemove(f:() ‑> Void):Void
notifyOnRender(f:Graphics ‑> Void):Void
notifyOnRender2D(f:Graphics ‑> Void):Void
notifyOnUpdate(f:() ‑> Void):Void
remove():Void
removeLateUpdate(f:() ‑> Void):Void
removeRender(f:Graphics ‑> Void):Void
removeRender2D(f:Graphics ‑> Void):Void
removeUpdate(f:() ‑> Void):Void