public void Draw(GraphicsDevice graphics, BasicEffect effect) { if (!Enabled) { return; } Prism.Draw(graphics, effect); }