C# 클래스 MBParticleRotation, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
Base Vector3
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 rotation in degrees
public Vector3 Base
리턴 Vector3

RandomPercent 공개적으로 프로퍼티

Random deviation from Base
public float RandomPercent
리턴 float