C# Class MBParticleCollider, Pharos

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

Méthodes publiques

Свойство Type Description
Bounce float
BounceCombine PhysicMaterialCombine
Layers LayerMask
ParticleCollidesSM MBSendMessageTarget,
RestBelowVelocity float

Méthodes publiques

Méthode Description
OnLifetime ( MBParticle, PT ) : bool
Purge ( ) : void
Reset ( ) : void

Méthodes protégées

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

Method Details

OnLifetime() public méthode

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
Résultat bool

OnParticleInsideZone() protected méthode

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

Purge() public méthode

public Purge ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

Bounce public_oe property

Bounciness of particles
public float Bounce
Résultat float

BounceCombine public_oe property

How Bounciness of particles and colliders are combined
public PhysicMaterialCombine BounceCombine
Résultat PhysicMaterialCombine

Layers public_oe property

The layers to check collision against
public LayerMask Layers
Résultat LayerMask

ParticleCollidesSM public_oe property

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

RestBelowVelocity public_oe property

public float RestBelowVelocity
Résultat float