ParticleSystem:getPosition
Gets the position of the emitter.
Function
Synopsis
1 | x, y = ParticleSystem:getPosition( ) |
Arguments
None.
Returns
number x
- Position along x-axis.
number y
- Position along y-axis.
Gets the position of the emitter.
1 | x, y = ParticleSystem:getPosition( ) |
None.
number x
number y
Designed by : w10schools
service@w10schools.com
Please login to continue.