Property | Type | Description | |
---|---|---|---|
enemyBulletDamage | int | ||
enemyBulletLife | float | ||
enemyBulletVelocity | int |
Method | Description | |
---|---|---|
OnCollisionEnter ( Collision theCollision ) : void | ||
OnTriggerEnter ( Collider other ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public OnCollisionEnter ( Collision theCollision ) : void | ||
theCollision | Collision | |
return | void |
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | |
return | void |