C# Класс _1942.TileTexture

Показать файл Открыть проект

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

Метод Описание
AnimationFrame ( ) : void
TileTexture ( ) : System
TileTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, char symbol, bool hFlip, bool vFlip, bool animated, int animationFrames ) : System

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

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

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

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

public TileTexture ( ) : System
Результат System

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

public TileTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, char symbol, bool hFlip, bool vFlip, bool animated, int animationFrames ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
symbol char
hFlip bool
vFlip bool
animated bool
animationFrames int
Результат System