Bearbeiten

Share via


BaseMixedRealityLineRenderer.UpdateLine Method

Definition

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

protected:
 abstract void UpdateLine();
protected abstract void UpdateLine ();
abstract member UpdateLine : unit -> unit
Protected MustOverride Sub UpdateLine ()

Applies to