C# Класс CannonGame.menuSplash

Наследование: SimpleSplash
Показать файл Открыть проект

Открытые методы

Метод Описание
Draw ( ) : void
Update ( ) : void
menuSplash ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, string button1Texture, string button2Texture, string button3Texture, string button4Texture, int gameStateIndex ) : System

Описание методов

Draw() публичный Метод

public Draw ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

menuSplash() публичный Метод

public menuSplash ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, String backTexture, string button1Texture, string button2Texture, string button3Texture, string button4Texture, int gameStateIndex ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
backTexture String
button1Texture string
button2Texture string
button3Texture string
button4Texture string
gameStateIndex int
Результат System