C# 클래스 TapTitanXNA_JamesTaneda.Animation

파일 보기 프로젝트 열기: WINPROG20152016/Taneda_TapTitanXNA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
frameTime float
frames int
isLooping bool
texture Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool isLooping, int frames ) : System

메소드 상세

Animation() 공개 메소드

public Animation ( Microsoft.Xna.Framework.Graphics.Texture2D texture, float frameTime, bool isLooping, int frames ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
frameTime float
isLooping bool
frames int
리턴 System

프로퍼티 상세

frameTime 공개적으로 프로퍼티

public float frameTime
리턴 float

frames 공개적으로 프로퍼티

public int frames
리턴 int

isLooping 공개적으로 프로퍼티

public bool isLooping
리턴 bool

texture 공개적으로 프로퍼티

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