C# Class RottenField, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
dmgAmount float

Méthodes publiques

Méthode Description
OnCollisionStay ( Collision other ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnCollisionStay() public méthode

public OnCollisionStay ( Collision other ) : void
other Collision
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

dmgAmount public_oe property

public float dmgAmount
Résultat float