Home › Forums › TimelineFX Module › How to change the size of an effect? › Re: Re: How to change the size of an effect?
By default the size of particles scale uniformly. In the editor if you right click on the attributes list you can toggle aspect if you didn’t want to maintain aspect ratio. Or in code you can do myeffect.setlockaspect(false), then setsizey will be changeable too, otherwise the x size overrides it.
What I’d like is a zoom for effects too. The size effects all the particle sizes in the effect, but that doesn’t scale the effect overall, like if you were zooming in/out, I think I’ll squeeze that into the next update š