Bullet behavior script interface
The IBulletBehaviorInstance
interface derives from IBehaviorInstance to add APIs specific to the Bullet behavior.
Bullet behavior APIs
- speed
- Set or get the current speed in pixels per second.
- acceleration
- Set or get the acceleration of the movement in pixels per second per second.
- gravity
- Set or get the downwards acceleration caused by gravity in pixels per second per second.
- angleOfMotion
- Set or get the current angle of movement in radians.
- distanceTravelled
- A number indicating the distance the bullet has travelled so far in pixels. Note this can also be set, such as to reset the counter.
- isEnabled
- A boolean indicating if the behavior is enabled. If disabled, the behavior no longer has any effect on the object.
Construct Animate Manual
Construct.net
2019-10-14
2022-11-03
You are here:
Search this manual:
This manual entry was last updated on 3 Nov, 2022 at 11:47