Ballistic Surface
Public Variables
Type | Name | Description | Access |
bool |
| Enables/disables penetration. | Read-Write |
float |
| Percent in [0,1] range defining how much of the bullet's energy will be consumed. | Read-Write |
float |
| Minimum energy to penetrate in metric units (Joules). | Read-Write |
Vector2 |
| Penetrated bullet will deflect it's trajectory on x,y,z axes between this vector's x and y values. | Read-Write |
bool |
| Enables/disables ricochet. | Read-Write |
float |
| Percent in [0,1] range defining how much of the bullet's energy will be consumed. | Read-Write |
float |
| Minimum energy to ricochet in metric units (Joules). | Read-Write |
Vector2 |
| Ricocheted bullet will deflect it's trajectory on x,y,z axes between this vector's x and y values. | Read-Write |
Last updated