exUIPanel.OnSizeChanged C# (CSharp) 메소드

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( float _newWidth, float _newHeight ) : void
_newWidth float
_newHeight float
리턴 void
    protected override void OnSizeChanged( float _newWidth, float _newHeight )
    {
        base.OnSizeChanged( _newWidth, _newHeight );

        if ( background ) {
            exUIMng.SetSize ( background, _newWidth, _newHeight );
        }
    }