C# Class MBCircleEmitter, Pharos

Inheritance: MBEmitterType
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
Arc float
DistributionPoints int
EvenlySpread bool
Hollow float

Méthodes publiques

Méthode Description
GetPosition ( MBParticle, PT ) : Vector3
OnPlay ( ) : void
Reset ( ) : void
Validate ( ) : void

Méthodes protégées

Méthode Description
DoGizmos ( ) : void

Method Details

DoGizmos() protected méthode

protected DoGizmos ( ) : void
Résultat void

GetPosition() public méthode

public GetPosition ( MBParticle, PT ) : Vector3
PT MBParticle,
Résultat Vector3

OnPlay() public méthode

public OnPlay ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

Arc public_oe property

Limit angle
public float Arc
Résultat float

DistributionPoints public_oe property

Number of spawnpoints the arc/circle will be divided into when evenly spread
public int DistributionPoints
Résultat int

EvenlySpread public_oe property

True to spawn particles evenly spread along the arc/cirlce
public bool EvenlySpread
Résultat bool

Hollow public_oe property

Cut out area percentage
public float Hollow
Résultat float