PV_Linear
Kategorie:
Partikel
Ab Engineversion:
5.3.3 OC
Beschreibung
The value will go linearly from start_value to end_value over the life of the particle.
Syntax
array
PV_Linear(
int
start_value,
int
end_value);
Parameter
start_value:
Begin of the interval.
end_value:
End of the interval.
Anmerkung
See the
particle documentation
for further explanations of the particle system.
Siehe auch:
CreateParticle
,
PC_Bounce
,
PC_Die
,
PV_Direction
,
PV_KeyFrames
,
PV_Random
,
PV_Sin
,
PV_Speed
,
PV_Step
Zapper, 2013-10