C# 클래스 hyades.entity.Billboard

상속: Entity
파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
age float
alpha float
color Color
fade bool
region hyades.graphics.TextureRegion

공개 메소드들

메소드 설명
Billboard ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
Billboard ( TextureRegion region ) : System
Draw ( GraphicsDevice device, Camera camera ) : void
Update ( double elapsed ) : void

메소드 상세

Billboard() 공개 메소드

public Billboard ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

Billboard() 공개 메소드

public Billboard ( TextureRegion region ) : System
region hyades.graphics.TextureRegion
리턴 System

Draw() 공개 메소드

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
리턴 void

Update() 공개 메소드

public Update ( double elapsed ) : void
elapsed double
리턴 void

프로퍼티 상세

age 공개적으로 프로퍼티

public float age
리턴 float

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

color 공개적으로 프로퍼티

public Color color
리턴 Color

fade 공개적으로 프로퍼티

public bool fade
리턴 bool

region 공개적으로 프로퍼티

public TextureRegion,hyades.graphics region
리턴 hyades.graphics.TextureRegion