Пример #1
0
        protected override void LoadContent()
        {
            Representation.LoadContent(Game);
            Representation.OnTextureChangedAction = (Texture2D texture) => { Texture = texture; };

            base.LoadContent();
        }