ParticleEmitterZ()
语法
Result = ParticleEmitterZ(#ParticleEmitter [, Mode])概要
Returns the particle emitter 'z' position in the world.
参数
#ParticleEmitter The particle emitter to use. Mode (optional) The mode to get the 'z' position. It can be one of the following value: #PB_Absolute: get the absolute 'z' position of the particle emitter in the world (default). #PB_Relative: get the 'z' position of the particle emitter relative to its parent.
返回值
The particle emitter 'z' position in the world (according to the given 'Mode').
参阅
ParticleEmitterX(), ParticleEmitterY()
已支持操作系统
所有