protected SliderNode(SliderNode other) : base(other) { startValue = other.startValue; endValue = other.endValue; value = other.value; m_slider = new GUIStyle(other.m_slider); m_thumb = new GUIStyle(other.m_thumb); }
public VerticalSlider(SliderNode other) : base(other) { }
public HorizontalSlider(SliderNode other) : base(other) { }