C# Class S_Behavior, KillAllTheseAliensRobots

Inheritance: MonoBehaviour
Show file Open project: gitmateusamaral/KillAllTheseAliensRobots

Public Properties

Property Type Description
Laser GameObject
Ready bool
Shoot GameObject
lShots float
life int

Public Methods

Method Description
Attack ( ) : void
Movement ( ) : void
Update ( ) : void

Method Details

Attack() public method

public Attack ( ) : void
return void

Movement() public method

public Movement ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Laser public property

public GameObject Laser
return GameObject

Ready public property

public bool Ready
return bool

Shoot public property

public GameObject Shoot
return GameObject

lShots public property

public float lShots
return float

life public property

public int life
return int