C# Class OnLeaveBehavior

Inheritance: MonoBehaviour
Show file Open project: Denakee/HackerMan_2016

Public Properties

Property Type Description
targetName GameObject

Public Methods

Method Description
OnCollisionExit ( Collision other ) : void
OnTriggerExit ( Collider other ) : void

Method Details

OnCollisionExit() public method

public OnCollisionExit ( Collision other ) : void
other Collision
return void

OnTriggerExit() public method

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

Property Details

targetName public property

public GameObject targetName
return GameObject