C# Class SingleShotBehaviour, rainCrossBow

Inheritance: Enemy
Exibir arquivo Open project: Collegiennes/rainCrossBow

Public Properties

Property Type Description
invertColors bool

Public Methods

Method Description
FixedUpdate ( ) : void
OnDie ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDie() public method

public OnDie ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

invertColors public_oe property

public bool invertColors
return bool