Property | Type | Description | |
---|---|---|---|
Source | Transform | ||
SyncPosition | bool | ||
SyncRotation | MBParticleTransformConnectorRotationMode | ||
SyncSize | bool |
Method | Description | |
---|---|---|
DespawnObject ( Transform obj ) : void |
Override this to use your favorite pooling solution
|
|
OnBirth ( MBParticle, PT ) : void | ||
OnLifetime ( MBParticle, PT ) : bool | ||
OnPlay ( ) : void | ||
ParentEmitter_ParticleDeath ( MBEvent, e ) : void | ||
Purge ( ) : void | ||
Reset ( ) : void | ||
SpawnObject ( ) : Transform |
Override this to use your favorite pooling solution
|
public DespawnObject ( Transform obj ) : void | ||
obj | Transform | |
return | void |
public ParentEmitter_ParticleDeath ( MBEvent, e ) : void | ||
e | MBEvent, | |
return | void |
public MBParticleTransformConnectorRotationMode SyncRotation | ||
return | MBParticleTransformConnectorRotationMode |