C# 클래스 Pokemon3D.UI.PokemonSpriteSheet

Manages a Pokémon sprite sheet.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
PokemonSpriteSheet ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : System.Collections.Generic
Update ( ) : void

비공개 메소드들

메소드 설명
ExtractFrames ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : void

메소드 상세

PokemonSpriteSheet() 공개 메소드

public PokemonSpriteSheet ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : System.Collections.Generic
spriteSheet Microsoft.Xna.Framework.Graphics.Texture2D
frameWidth int
frameHeight int
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void