/// <inheritdoc /> /// <summary> /// </summary> public override void Display(Points.ValuePoint points) { if (this._text_component) { this._text_component.text = points.ToString(); } }
/// <inheritdoc /> /// <summary> /// </summary> public override void Display(Points.ValuePoint points) { #if NEODROID_DEBUG DebugPrinting.DisplayPrint(points, this.Identifier, this.Debugging); #endif this.SetText(points.ToString()); }