C# 클래스 SpaceRun.Particle

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

공개 프로퍼티들

프로퍼티 타입 설명
acc Vector3
age float
alpha float
angle float
color Color
dead Boolean
dying Boolean
dyingAge float
dyingTime float
endColor Color
maxAge float
maxDistance float
normalAlpha float
pos Vector3
relativePosition Boolean
rot float
size float
sprite Texture2D
startColor Color
vel Vector3

공개 메소드들

메소드 설명
IsDead ( ) : System.Boolean
Render ( GraphicsDeviceManager graphics, Matrix cameraViewMatrix, Matrix cameraProjectionMatrix, ParticleSystem system, Entity camera ) : void
Update ( float t, ParticleSystem system ) : void

메소드 상세

IsDead() 공개 메소드

public IsDead ( ) : System.Boolean
리턴 System.Boolean

Render() 공개 메소드

public Render ( GraphicsDeviceManager graphics, Matrix cameraViewMatrix, Matrix cameraProjectionMatrix, ParticleSystem system, Entity camera ) : void
graphics GraphicsDeviceManager
cameraViewMatrix Matrix
cameraProjectionMatrix Matrix
system ParticleSystem
camera Entity
리턴 void

Update() 공개 메소드

public Update ( float t, ParticleSystem system ) : void
t float
system ParticleSystem
리턴 void

프로퍼티 상세

acc 공개적으로 프로퍼티

public Vector3 acc
리턴 Vector3

age 공개적으로 프로퍼티

public float age
리턴 float

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

angle 공개적으로 프로퍼티

public float angle
리턴 float

color 공개적으로 프로퍼티

public Color color
리턴 Color

dead 공개적으로 프로퍼티

public Boolean dead
리턴 Boolean

dying 공개적으로 프로퍼티

public Boolean dying
리턴 Boolean

dyingAge 공개적으로 프로퍼티

public float dyingAge
리턴 float

dyingTime 공개적으로 프로퍼티

public float dyingTime
리턴 float

endColor 공개적으로 프로퍼티

public Color endColor
리턴 Color

maxAge 공개적으로 프로퍼티

public float maxAge
리턴 float

maxDistance 공개적으로 프로퍼티

public float maxDistance
리턴 float

normalAlpha 공개적으로 프로퍼티

public float normalAlpha
리턴 float

pos 공개적으로 프로퍼티

public Vector3 pos
리턴 Vector3

relativePosition 공개적으로 프로퍼티

public Boolean relativePosition
리턴 Boolean

rot 공개적으로 프로퍼티

public float rot
리턴 float

size 공개적으로 프로퍼티

public float size
리턴 float

sprite 공개적으로 프로퍼티

public Texture2D sprite
리턴 Texture2D

startColor 공개적으로 프로퍼티

public Color startColor
리턴 Color

vel 공개적으로 프로퍼티

public Vector3 vel
리턴 Vector3