C# Class TurretRange, Castle-Bashers

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

Méthodes publiques

Свойство Type Description
turret Turret,

Méthodes publiques

Méthode Description
OnCollisionExit ( Collision other ) : void
OnCollisionStay ( Collision other ) : void
OnTriggerExit ( Collider other ) : void
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnCollisionExit() public méthode

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

OnCollisionStay() public méthode

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

OnTriggerExit() public méthode

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

OnTriggerStay() public méthode

public OnTriggerStay ( 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

turret public_oe property

public Turret, turret
Résultat Turret,