C# Class TestEnemy, Castle-Bashers

測試用敵人
Inheritance: NetworkBehaviour
Show file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
attackCollider GameObject
classification Type,

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Attack ( ) : IEnumerator
FinishedAttacking ( ) : void
spawnAttackCollider ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

attackCollider public property

public GameObject attackCollider
return GameObject

classification public property

public Type, classification
return Type,