C# Class Z_OnTrigger_Enter, MIN-394-Fall-2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: nbzeman/MIN-394-Fall-2015

Méthodes publiques

Свойство Type Description
explosiveForce float
sphere0 UnityEngine.Rigidbody
sphere1 UnityEngine.Rigidbody
sphere2 UnityEngine.Rigidbody
zForce float

Méthodes publiques

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

Method Details

OnTriggerEnter() public méthode

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

OnTriggerExit() public méthode

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

OnTriggerStay() public méthode

public OnTriggerStay ( Collider thing ) : void
thing 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

explosiveForce public_oe property

public float explosiveForce
Résultat float

sphere0 public_oe property

public Rigidbody,UnityEngine sphere0
Résultat UnityEngine.Rigidbody

sphere1 public_oe property

public Rigidbody,UnityEngine sphere1
Résultat UnityEngine.Rigidbody

sphere2 public_oe property

public Rigidbody,UnityEngine sphere2
Résultat UnityEngine.Rigidbody

zForce public_oe property

public float zForce
Résultat float