Drops glyphs from staggered heights with deterministic wind and tilt.
public float Height{ get; set }
Base falling distance in pixels.
public float Wind{ get; set }
Peak horizontal wind drift in pixels.
public float Angle{ get; set }
Peak starting tilt in degrees.
public override void Apply()