Property | Type | Description | |
---|---|---|---|
playerBulletDamage | int | ||
playerBulletLife | float | ||
playerBulletVelocity | 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 |