public void SetRenderer(Engine pEngine) { this.SetOnTouchListener(pEngine); this.mRenderer = new Renderer(pEngine); this.SetRenderer(this.mRenderer); }
// =========================================================== // Constructors // =========================================================== public Renderer(Engine pEngine) { Renderer.Instance = this; this.mEngine = pEngine; }