C# Class MBParticleZoneBase, Pharos

Base class for zone parameters
Inheritance: MBParameter
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
Attraction float
Mode MBParticleZoneMode
ParticleEnteringZoneSM MBSendMessageTarget,
ParticleInsideZoneSM MBSendMessageTarget,
ParticleLeavingZoneSM MBSendMessageTarget,
SupportsWorldSpace bool
WorldSpace bool

Méthodes publiques

Méthode Description
OnBirth ( MBParticle, PT ) : void
Reset ( ) : void

Méthodes protégées

Méthode Description
OnParticleEnteringZone ( MBParticle, PT ) : void
OnParticleInsideZone ( MBParticle, PT ) : void
OnParticleLeavingZone ( MBParticle, PT ) : void

Method Details

OnBirth() public méthode

public OnBirth ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

OnParticleEnteringZone() protected méthode

protected OnParticleEnteringZone ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

OnParticleInsideZone() protected méthode

protected OnParticleInsideZone ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

OnParticleLeavingZone() protected méthode

protected OnParticleLeavingZone ( MBParticle, PT ) : void
PT MBParticle,
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Attraction public_oe property

Attraction force toward center
public float Attraction
Résultat float

Mode public_oe property

Zone behaviour mode
public MBParticleZoneMode Mode
Résultat MBParticleZoneMode

ParticleEnteringZoneSM public_oe property

SendMessage like event linking
public MBSendMessageTarget, ParticleEnteringZoneSM
Résultat MBSendMessageTarget,

ParticleInsideZoneSM public_oe property

SendMessage like event linking
See \ref events
public MBSendMessageTarget, ParticleInsideZoneSM
Résultat MBSendMessageTarget,

ParticleLeavingZoneSM public_oe property

SendMessage like event linking
public MBSendMessageTarget, ParticleLeavingZoneSM
Résultat MBSendMessageTarget,

SupportsWorldSpace public_oe property

Whether this zone supports World & Local Space
public bool SupportsWorldSpace
Résultat bool

WorldSpace public_oe property

Whether this zone use world space instead of local space
public bool WorldSpace
Résultat bool