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

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float explosiveForce
return float

sphere0 public_oe property

public Rigidbody,UnityEngine sphere0
return UnityEngine.Rigidbody

sphere1 public_oe property

public Rigidbody,UnityEngine sphere1
return UnityEngine.Rigidbody

sphere2 public_oe property

public Rigidbody,UnityEngine sphere2
return UnityEngine.Rigidbody

zForce public_oe property

public float zForce
return float