Example #1
0
 /// <inheritdoc />
 /// <summary>
 /// </summary>
 public override void Display(Points.ValuePoint points)
 {
     if (this._text_component)
     {
         this._text_component.text = points.ToString();
     }
 }
Example #2
0
        /// <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());
        }