C# Class RottenField, Castle-Bashers

Inheritance: MonoBehaviour
Mostrar archivo Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
dmgAmount float

Public Methods

Method Description
OnCollisionStay ( Collision other ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnCollisionStay() public method

public OnCollisionStay ( Collision other ) : void
other Collision
return void

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dmgAmount public_oe property

public float dmgAmount
return float