StripMeshLineRenderer.UpdateLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()