forked from babelshift/BulletMLLib
-
Notifications
You must be signed in to change notification settings - Fork 15
horizontal
dmanning23 edited this page Jun 9, 2013
·
1 revision
Specifies the acceleration in a horizontal line
Attribute - type = (absolute | relative | sequence)
Contents - NUMBER
Specifies the acceleration in a horizontal line.
If the type is "absolute", the horizontal velocity of the bullet will accelerate/decelerate to match the provided value.
If the type is "relative", the provided value will be added to the bullet's horizontal velocity.
If the type is "sequence", the provided value will be added to the bullet's horizontal velocity every frame.