FairyGUI.StageCamera.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        void Update()
        {
            if (screenWidth != Screen.width || screenHeight != Screen.height)
                OnScreenSizeChanged();
        }