C# Class hitBoxNewSign, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Свойство Type Description
ID int
_playerInteract PlayerInteract,

Méthodes publiques

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

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider col ) : void
col 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

ID public_oe property

public int ID
Résultat int

_playerInteract public_oe property

public PlayerInteract, _playerInteract
Résultat PlayerInteract,