Sets a minimum and maximum multiplier that will affect particles being emitted.
procedure SetVelocityRange(const Min: Single; const Max: Single);
|
Parameters |
Description |
|
const Min: Single |
The minimum velocity multiplier. |
|
const Max: Single |
The maximum velocity multiplier. |
This can be used to ensure that there will be some variation when particles are emitted.
|
Copyright (c) 2012. All rights reserved.
|