메소드 | 설명 | |
---|---|---|
AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, |
||
AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation>.Dictionary |
||
ChangeFramesPerSecond ( int newValue ) : void | ||
Draw ( |
||
Update ( |
public AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, |
||
sprite | Microsoft.Xna.Framework.Graphics.Texture2D | |
animation | ||
리턴 | System.Collections.Generic |
public AnimatedSprite ( Microsoft.Xna.Framework.Graphics.Texture2D sprite, Animation>.Dictionary |
||
sprite | Microsoft.Xna.Framework.Graphics.Texture2D | |
animation | Animation>.Dictionary | |
리턴 | System.Collections.Generic |
public ChangeFramesPerSecond ( int newValue ) : void | ||
newValue | int | |
리턴 | void |
public Draw ( |
||
gameTime | ||
spriteBatch | ||
position | ||
리턴 | void |
public Update ( |
||
gameTime | ||
리턴 | void |