Exemplo n.º 1
0
 /// <summary>
 /// Sets the editor limits from the other <see cref="FloatValueElement"/>.
 /// </summary>
 /// <param name="other">The other.</param>
 public void SetLimits(FloatValueElement other)
 {
     if (other != null)
     {
         FloatValue.SetLimits(other.FloatValue);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the editor limits from the other <see cref="FloatValueElement"/>.
 /// </summary>
 /// <param name="other">The other.</param>
 public void SetLimits(FloatValueElement other)
 {
     if (other != null)
     {
         ValueBox.SetLimits(other.ValueBox);
     }
 }