C# 클래스 BlisterUI.LogoScreen.Logo

상속: IDisposable
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 프로퍼티들

프로퍼티 타입 설명
Color Color
Duration float
Rotation float

보호된 프로퍼티들

프로퍼티 타입 설명
fades LinkedList
next Logo
size Vector2
tPath string
texture Microsoft.Xna.Framework.Graphics.Texture2D
timeIn float

공개 메소드들

메소드 설명
Dispose ( ) : void
Logo ( string path, float duration ) : System
Logo ( string path, float duration, Vector2 size ) : System
addFade ( FadeOptions opt ) : void
build ( GraphicsDevice g ) : void
draw ( SpriteBatch batch ) : void
goNext ( Logo &l ) : bool
reset ( ) : void
setNext ( Logo l ) : void
setPrevious ( Logo l ) : void
setSize ( Vector2 s ) : void
update ( float elapsedTime ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Logo() 공개 메소드

public Logo ( string path, float duration ) : System
path string
duration float
리턴 System

Logo() 공개 메소드

public Logo ( string path, float duration, Vector2 size ) : System
path string
duration float
size Vector2
리턴 System

addFade() 공개 메소드

public addFade ( FadeOptions opt ) : void
opt FadeOptions
리턴 void

build() 공개 메소드

public build ( GraphicsDevice g ) : void
g GraphicsDevice
리턴 void

draw() 공개 메소드

public draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

goNext() 공개 메소드

public goNext ( Logo &l ) : bool
l Logo
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void

setNext() 공개 메소드

public setNext ( Logo l ) : void
l Logo
리턴 void

setPrevious() 공개 메소드

public setPrevious ( Logo l ) : void
l Logo
리턴 void

setSize() 공개 메소드

public setSize ( Vector2 s ) : void
s Vector2
리턴 void

update() 공개 메소드

public update ( float elapsedTime ) : bool
elapsedTime float
리턴 bool

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

Duration 공개적으로 프로퍼티

public float Duration
리턴 float

Rotation 공개적으로 프로퍼티

public float Rotation
리턴 float

fades 보호되어 있는 프로퍼티

protected LinkedList fades
리턴 LinkedList

next 보호되어 있는 프로퍼티

protected Logo next
리턴 Logo

size 보호되어 있는 프로퍼티

protected Vector2 size
리턴 Vector2

tPath 보호되어 있는 프로퍼티

protected string tPath
리턴 string

texture 보호되어 있는 프로퍼티

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

timeIn 보호되어 있는 프로퍼티

protected float timeIn
리턴 float