C# Class MBParticleZoneBase, Pharos

Base class for zone parameters
Inheritance: MBParameter
Show file Open project: rstaewen/Pharos

Public Properties

Property Type Description
Attraction float
Mode MBParticleZoneMode
ParticleEnteringZoneSM MBSendMessageTarget,
ParticleInsideZoneSM MBSendMessageTarget,
ParticleLeavingZoneSM MBSendMessageTarget,
SupportsWorldSpace bool
WorldSpace bool

Public Methods

Method Description
OnBirth ( MBParticle, PT ) : void
Reset ( ) : void

Protected Methods

Method Description
OnParticleEnteringZone ( MBParticle, PT ) : void
OnParticleInsideZone ( MBParticle, PT ) : void
OnParticleLeavingZone ( MBParticle, PT ) : void

Method Details

OnBirth() public method

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
return void

OnParticleEnteringZone() protected method

protected OnParticleEnteringZone ( MBParticle, PT ) : void
PT MBParticle,
return void

OnParticleInsideZone() protected method

protected OnParticleInsideZone ( MBParticle, PT ) : void
PT MBParticle,
return void

OnParticleLeavingZone() protected method

protected OnParticleLeavingZone ( MBParticle, PT ) : void
PT MBParticle,
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

Attraction public property

Attraction force toward center
public float Attraction
return float

Mode public property

Zone behaviour mode
public MBParticleZoneMode Mode
return MBParticleZoneMode

ParticleEnteringZoneSM public property

SendMessage like event linking
public MBSendMessageTarget, ParticleEnteringZoneSM
return MBSendMessageTarget,

ParticleInsideZoneSM public property

SendMessage like event linking
See \ref events
public MBSendMessageTarget, ParticleInsideZoneSM
return MBSendMessageTarget,

ParticleLeavingZoneSM public property

SendMessage like event linking
public MBSendMessageTarget, ParticleLeavingZoneSM
return MBSendMessageTarget,

SupportsWorldSpace public property

Whether this zone supports World & Local Space
public bool SupportsWorldSpace
return bool

WorldSpace public property

Whether this zone use world space instead of local space
public bool WorldSpace
return bool