C# 클래스 Touhou.ExampleSprite.ExampleSprite.AnimatedTexture

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
delay double
dim Vector2
frame int
frames int
img Microsoft.Xna.Framework.Graphics.Texture2D
speed double

공개 메소드들

메소드 설명
AnimatedTexture ( AnimatedTexture a ) : System
AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System
getFrame ( ) : Rectangle
willFinish ( double dt ) : bool

메소드 상세

AnimatedTexture() 공개 메소드

public AnimatedTexture ( AnimatedTexture a ) : System
a AnimatedTexture
리턴 System

AnimatedTexture() 공개 메소드

public AnimatedTexture ( Microsoft.Xna.Framework.Graphics.Texture2D t, int f, double s ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
f int
s double
리턴 System

getFrame() 공개 메소드

public getFrame ( ) : Rectangle
리턴 Microsoft.Xna.Framework.Rectangle

willFinish() 공개 메소드

public willFinish ( double dt ) : bool
dt double
리턴 bool

프로퍼티 상세

delay 공개적으로 프로퍼티

public double delay
리턴 double

dim 공개적으로 프로퍼티

public Vector2 dim
리턴 Vector2

frame 공개적으로 프로퍼티

public int frame
리턴 int

frames 공개적으로 프로퍼티

public int frames
리턴 int

img 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics img
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

speed 공개적으로 프로퍼티

public double speed
리턴 double