FairyGUI.StageEngine.LateUpdate C# (CSharp) Method

LateUpdate() public method

public LateUpdate ( ) : void
return void
        void LateUpdate()
        {
            Stage.inst.InternalUpdate();

            ObjectsOnStage = Stats.ObjectCount;
            GraphicsOnStage = Stats.GraphicsCount;
        }