Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleEmitter.rndVelocity

Switch to Manual
public var rndVelocity: Vector3;

Description

A random speed along X, Y, and Z that is added to the velocity.

	// Spread random velocity mainly along x-z axis

particleEmitter.rndVelocity = Vector3(2, 0.1, 2);