C# 클래스 OpenTKEngine.ParticleEffect

파일 보기 프로젝트 열기: jikoriko/OpentkEngine

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
Position Vector3

공개 메소드들

메소드 설명
Clear ( ) : void
ParticleEffect ( Vector3 position, Texture texture, int spawnRate, int lifeSpan, bool gravity ) : System
Render ( ) : void
Update ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ParticleEffect() 공개 메소드

public ParticleEffect ( Vector3 position, Texture texture, int spawnRate, int lifeSpan, bool gravity ) : System
position Vector3
texture Texture
spawnRate int
lifeSpan int
gravity bool
리턴 System

Render() 공개 메소드

public Render ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3