C# Class MBRectEmitter, Pharos

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

Méthodes publiques

Свойство Type Description
DistributionPointsX int
DistributionPointsY int
EvenlySpread bool

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

DistributionPointsX public_oe property

Number of spawnpoints on the x-asis the rectangle will be divided into when evenly spread
public int DistributionPointsX
Résultat int

DistributionPointsY public_oe property

Number of spawnpoints on the y-asis the rectangle will be divided into when evenly spread
public int DistributionPointsY
Résultat int

EvenlySpread public_oe property

True to spawn particles evenly spread along the rectangle
public bool EvenlySpread
Résultat bool