C# Class DrillUpgrades, JuniorProject

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool PlamsaDrill
return bool

PowerDrill public_oe property

public bool PowerDrill
return bool

RapidDrill public_oe property

public bool RapidDrill
return bool

Shot public_oe property

public CharacterShot, Shot
return CharacterShot,