C# 클래스 MBParticleOrientation, Pharos

상속: MBParameter
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
ArcRange float
Base float
FixedRandomPercent float
FixedRandomSign bool
FixedTurnSpeed float
Mode MBOrientationMode
Offset float

공개 메소드들

메소드 설명
OnBirth ( MBParticle, PT ) : void
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : void

메소드 상세

OnBirth() 공개 메소드

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
리턴 void

OnLifetime() 공개 메소드

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

ArcRange 공개적으로 프로퍼티

Random angle in degrees offset to Base
public float ArcRange
리턴 float

Base 공개적으로 프로퍼티

Base orientation in degrees
public float Base
리턴 float

FixedRandomPercent 공개적으로 프로퍼티

Random deviation from FixedTurnSpeed
Only available when Mode is set to MBOrientationMode.Turn
public float FixedRandomPercent
리턴 float

FixedRandomSign 공개적으로 프로퍼티

Random direction for FixedTurnSpeed
Only available when Mode is set to MBOrientationMode.Turn
public bool FixedRandomSign
리턴 bool

FixedTurnSpeed 공개적으로 프로퍼티

Angular Velocity in degrees/second
Only available when Mode is set to MBOrientationMode.Turn
public float FixedTurnSpeed
리턴 float

Mode 공개적으로 프로퍼티

Orientation Mode used when AnimatedLife is true
public MBOrientationMode Mode
리턴 MBOrientationMode

Offset 공개적으로 프로퍼티

Offset rotates source texture before calculating anything else
public float Offset
리턴 float