C# Class MBBoxEmitter, Pharos

Inheritance: MBEmitterType
Show file Open project: rstaewen/Pharos

Public Properties

Property Type Description
DistributionPointsX int
DistributionPointsY int
DistributionPointsZ int
EvenlySpread bool

Public Methods

Method Description
GetPosition ( MBParticle, PT ) : Vector3
OnPlay ( ) : void
Reset ( ) : void
Validate ( ) : void

Protected Methods

Method Description
DoGizmos ( ) : void

Method Details

DoGizmos() protected method

protected DoGizmos ( ) : void
return void

GetPosition() public method

public GetPosition ( MBParticle, PT ) : Vector3
PT MBParticle,
return Vector3

OnPlay() public method

public OnPlay ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void

Property Details

DistributionPointsX public property

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

DistributionPointsY public property

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

DistributionPointsZ public property

Number of spawnpoints on the z-asis the rectangle will be divided into when evenly spread
public int DistributionPointsZ
return int

EvenlySpread public property

True to spawn particles evenly spread along the rectangle
public bool EvenlySpread
return bool