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

Inheritance: MonoBehaviour
Show file Open project: nbzeman/MIN-394-Fall-2015

Public Properties

Property Type Description
explosiveForce float
sphere0 UnityEngine.Rigidbody
sphere1 UnityEngine.Rigidbody
sphere2 UnityEngine.Rigidbody
zForce float

Public Methods

Method Description
OnTriggerEnter ( Collider thing ) : void
OnTriggerExit ( Collider thing ) : void
OnTriggerStay ( Collider thing ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider thing ) : void
thing Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider thing ) : void
thing Collider
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider thing ) : void
thing Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

explosiveForce public property

public float explosiveForce
return float

sphere0 public property

public Rigidbody,UnityEngine sphere0
return UnityEngine.Rigidbody

sphere1 public property

public Rigidbody,UnityEngine sphere1
return UnityEngine.Rigidbody

sphere2 public property

public Rigidbody,UnityEngine sphere2
return UnityEngine.Rigidbody

zForce public property

public float zForce
return float