C# Class DrillUpgrades, JuniorProject

Inheritance: MonoBehaviour
Show file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
PlamsaDrill bool
PowerDrill bool
RapidDrill bool
Shot CharacterShot,

Public Methods

Method Description
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

PlamsaDrill public property

public bool PlamsaDrill
return bool

PowerDrill public property

public bool PowerDrill
return bool

RapidDrill public property

public bool RapidDrill
return bool

Shot public property

public CharacterShot, Shot
return CharacterShot,