C# Класс Danmaku_no_Kyojin.Sprites.AnimatedSprite

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation animation, Vector2 position ) : System.Collections.Generic
AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation>.Dictionary animation, Vector2 position ) : System.Collections.Generic
ChangeFramesPerSecond ( int newValue ) : void
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
Draw ( GameTime gameTime, SpriteBatch spriteBatch, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth ) : void
Play ( int playCount = 1 ) : void
Update ( GameTime gameTime ) : void

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

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

public AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation animation, Vector2 position ) : System.Collections.Generic
sprite Microsoft.Xna.Framework.Graphics.Texture2D
animation Animation
position Vector2
Результат System.Collections.Generic

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

public AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation>.Dictionary animation, Vector2 position ) : System.Collections.Generic
sprite Microsoft.Xna.Framework.Graphics.Texture2D
animation Animation>.Dictionary
position Vector2
Результат System.Collections.Generic

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

public ChangeFramesPerSecond ( int newValue ) : void
newValue int
Результат void

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

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void

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

public Draw ( GameTime gameTime, SpriteBatch spriteBatch, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
color Color
rotation float
origin Vector2
scale Vector2
effects SpriteEffects
layerDepth float
Результат void

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

public Play ( int playCount = 1 ) : void
playCount int
Результат void

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

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Результат void