C# Class EnemyBolt, angrygoats

Purpose: Creates a bolt attack which can be instantiated by enemies with casting abilities.
Inheritance: MonoBehaviour
Mostrar archivo Open project: dulb640/angrygoats

Public Properties

Property Type Description
boltDamage int
enemy GameObject
speed float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

boltDamage public_oe property

public int boltDamage
return int

enemy public_oe property

public GameObject enemy
return GameObject

speed public_oe property

public float speed
return float