C# Class boss_back_detection, scriptcaster

Inheritance: MonoBehaviour
Mostrar archivo Open project: crazymeeshu/scriptcaster

Public Properties

Property Type Description
boss GameObject
playerOnBack bool

Public Methods

Method Description
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D col ) : void
Start ( ) : void

Method Details

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

boss public_oe property

public GameObject boss
return GameObject

playerOnBack public_oe property

public bool playerOnBack
return bool