Example #1
0
        private void PopulateSpriteAnimationTestScreenViews()
        {
            BackgroundColor = Color.Black;

            Texture2D buttonTexture = LoadTexture ("Grid");
            Sprite button = new Sprite (buttonTexture, new Vector2(100));
            button.EnableTapGesture (CreateRandomExplosion);
            AddChildView (button);
        }