C# Class TriggerSound2, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation

Méthodes publiques

Свойство Type Description
target1 GameObject
target2 GameObject

Méthodes publiques

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

Method Details

OnTriggerEnter() public méthode

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

target1 public_oe property

public GameObject target1
Résultat GameObject

target2 public_oe property

public GameObject target2
Résultat GameObject