C# 클래스 MBParticleLifetime, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
Base float
Curve UnityEngine.AnimationCurve
RandomPercent float

공개 메소드들

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

메소드 상세

OnBirth() 공개 메소드

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

Purge() 공개 메소드

public Purge ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Base 공개적으로 프로퍼티

Base lifetime in seconds
public float Base
리턴 float

Curve 공개적으로 프로퍼티

Base Animation curve
public AnimationCurve,UnityEngine Curve
리턴 UnityEngine.AnimationCurve

RandomPercent 공개적으로 프로퍼티

Random deviation from Base
public float RandomPercent
리턴 float