Step.OnGUI C# (CSharp) Method

OnGUI() public method

public OnGUI ( ) : void
return void
    void OnGUI()
    {
        if (isAnythingPlaying) {
            //GUI.DrawTexture (new Rect(0,0, Screen.width/10, Screen.height/10), kenny);
        }
    }