C# Class MBSphereEmitter, Pharos

Inheritance: MBEmitterType
Datei anzeigen Open project: rstaewen/Pharos

Public Properties

Property Type Description
Arc float
Hollow float

Public Methods

Method Description
GetPosition ( MBParticle, PT ) : Vector3
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

Reset() public method

public Reset ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void

Property Details

Arc public_oe property

public float Arc
return float

Hollow public_oe property

public float Hollow
return float