C# Class EnemyRoamingDetector, Unity

Inheritance: MonoBehaviour
Mostra file Open project: zackva/Unity

Public Properties

Property Type Description
enemy GameObject

Public Methods

Method Description
OnTriggerStay2D ( Collider2D other ) : void

Method Details

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Property Details

enemy public_oe property

public GameObject enemy
return GameObject