setParticleCircle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 23: Line 23:
'''Description:'''
'''Description:'''


Update particle source to create particles on circle with given radius. Velocity is transformed and added to total velocity.  
Update particle source to create particles on circle with given radius.


'''Example:'''
Velocity is transformed and added to total velocity.

Revision as of 21:34, 4 July 2006


particleSource setParticleCircle [radius, velocity]


Operand types:

particleSource: Object

[radius, velocity]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.56 required.

Description:

Update particle source to create particles on circle with given radius.

Velocity is transformed and added to total velocity.