C# 클래스 TapTitanXNA_AlfredoYabut.Animation

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Animation() 공개 메소드

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

프로퍼티 상세

FrameCount 공개적으로 프로퍼티

public int FrameCount
리턴 int

frameTime 공개적으로 프로퍼티

public float frameTime
리턴 float

isLooping 공개적으로 프로퍼티

public bool isLooping
리턴 bool

texture 공개적으로 프로퍼티

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