timelinefx:timelinefx.tlEffect.EmissionType
Property EmissionType:Int
Set the emission type
In area, line and ellipse effects the emission type determines the direction that the particles travel once spawned. Use the following consts to determine
the direction:
- tlEMISSION_INWARDS: Particles will emit towards the handle of the effect.
- tlEMISSION_OUTWARDS: Particles will emit away from the handle of the effect.
- tlEMISSIONSPECIFIED: Particles will emit in the direction specified by the emissionangle and emissionrange_ attributes.
- tlEMISSIONINAND_OUT: Particles will alternative between emitting towards and away from the handle of the effect.