ParticleSystemLineRenderer.UpdateLine Method

Definition

Executes every Unity LateUpdate(). Any property updates or frame updates should occur here to update the line data source.

protected:
 override void UpdateLine();
protected override void UpdateLine ();
override this.UpdateLine : unit -> unit
Protected Overrides Sub UpdateLine ()

Applies to