C# Class BulletBehavior

Inheritance: MonoBehaviour
Mostra file Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
bulletDamage float
explosion Transform
shooter StatSystem,

Public Methods

Method Description
OnTriggerEnter ( Collider collider ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider collider ) : void
collider Collider
return void

Property Details

bulletDamage public_oe property

public float bulletDamage
return float

explosion public_oe property

public Transform explosion
return Transform

shooter public_oe property

public StatSystem, shooter
return StatSystem,