C# 클래스 MBCircleEmitter, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
Arc float
DistributionPoints int
EvenlySpread bool
Hollow float

공개 메소드들

메소드 설명
GetPosition ( MBParticle, PT ) : Vector3
OnPlay ( ) : void
Reset ( ) : void
Validate ( ) : void

보호된 메소드들

메소드 설명
DoGizmos ( ) : void

메소드 상세

DoGizmos() 보호된 메소드

protected DoGizmos ( ) : void
리턴 void

GetPosition() 공개 메소드

public GetPosition ( MBParticle, PT ) : Vector3
PT MBParticle,
리턴 Vector3

OnPlay() 공개 메소드

public OnPlay ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( ) : void
리턴 void

프로퍼티 상세

Arc 공개적으로 프로퍼티

Limit angle
public float Arc
리턴 float

DistributionPoints 공개적으로 프로퍼티

Number of spawnpoints the arc/circle will be divided into when evenly spread
public int DistributionPoints
리턴 int

EvenlySpread 공개적으로 프로퍼티

True to spawn particles evenly spread along the arc/cirlce
public bool EvenlySpread
리턴 bool

Hollow 공개적으로 프로퍼티

Cut out area percentage
public float Hollow
리턴 float