C# 클래스 MBParticleAcceleration, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
Base float
CurveBase UnityEngine.AnimationCurve
CurveLife UnityEngine.AnimationCurve
RandomPercent 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

프로퍼티 상세

Base 공개적으로 프로퍼티

Base acceleration
public float Base
리턴 float

CurveBase 공개적으로 프로퍼티

Base acceleration curve
public AnimationCurve,UnityEngine CurveBase
리턴 UnityEngine.AnimationCurve

CurveLife 공개적으로 프로퍼티

Lifetime acceleration curve
public AnimationCurve,UnityEngine CurveLife
리턴 UnityEngine.AnimationCurve

RandomPercent 공개적으로 프로퍼티

Random deviation from Base
public float RandomPercent
리턴 float