BaseMixedRealityLineRenderer.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:
abstract void UpdateLine();
protected abstract void UpdateLine ();
abstract member UpdateLine : unit -> unit
Protected MustOverride Sub UpdateLine ()