C# 클래스 LDEngine.Particle

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

공개 프로퍼티들

프로퍼티 타입 설명
AffectedByGravity bool
Alpha float
AttackTime double
AttackValue float
Blend ParticleBlend
CanCollide bool
Color Color
CurrentTime double
DecayTime double
DecayValue float
Depth int
LifeTime double
LifeValue float
ParticleFunction Action
Position Vector2
Rotation float
Scale float
SourceRect Microsoft.Xna.Framework.Rectangle
State ParticleState
Velocity Vector2

프로퍼티 상세

AffectedByGravity 공개적으로 프로퍼티

public bool AffectedByGravity
리턴 bool

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

AttackTime 공개적으로 프로퍼티

public double AttackTime
리턴 double

AttackValue 공개적으로 프로퍼티

public float AttackValue
리턴 float

Blend 공개적으로 프로퍼티

public ParticleBlend Blend
리턴 ParticleBlend

CanCollide 공개적으로 프로퍼티

public bool CanCollide
리턴 bool

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

CurrentTime 공개적으로 프로퍼티

public double CurrentTime
리턴 double

DecayTime 공개적으로 프로퍼티

public double DecayTime
리턴 double

DecayValue 공개적으로 프로퍼티

public float DecayValue
리턴 float

Depth 공개적으로 프로퍼티

public int Depth
리턴 int

LifeTime 공개적으로 프로퍼티

public double LifeTime
리턴 double

LifeValue 공개적으로 프로퍼티

public float LifeValue
리턴 float

ParticleFunction 공개적으로 프로퍼티

public Action ParticleFunction
리턴 Action

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2

Rotation 공개적으로 프로퍼티

public float Rotation
리턴 float

Scale 공개적으로 프로퍼티

public float Scale
리턴 float

SourceRect 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework SourceRect
리턴 Microsoft.Xna.Framework.Rectangle

State 공개적으로 프로퍼티

public ParticleState State
리턴 ParticleState

Velocity 공개적으로 프로퍼티

public Vector2 Velocity
리턴 Vector2