C# 클래스 _1942.TileTexture

파일 보기 프로젝트 열기: Hoobler/Projekt1

공개 메소드들

메소드 설명
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