C# Class PushActivator

Inheritance: MonoBehaviour
Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Свойство Type Description
_player Player,

Méthodes publiques

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

Method Details

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

_player public_oe property

public Player, _player
Résultat Player,