FlatRedBall.GumIdb.Draw C# (CSharp) Method

Draw() public method

public Draw ( FlatRedBall camera ) : void
camera FlatRedBall
return void
        public void Draw(FlatRedBall.Camera camera)
        {
            mManagers.Draw();
        }