SetSize() public method

public SetSize ( float width, float height ) : void
width float
height float
return void
Exemplo n.º 1
0
 public void PositionChildSlider()
 {
     m_Slider.Position = this.Position + new Vector2(this.Width + ScrollbarGutter, 0);
     m_Slider.SetSize(1, this.Height);
 }