C# Class CarcassEnemy, Castle-Bashers

Inheritance: Enemy
显示文件 Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
Explosion GameObject
TimeToLive float
attackCollider GameObject

Public Methods

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

Private Methods

Method Description
Attack ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Explosion public_oe property

public GameObject Explosion
return GameObject

TimeToLive public_oe property

public float TimeToLive
return float

attackCollider public_oe property

public GameObject attackCollider
return GameObject