C# Class ImpExp, Demonology

Inheritance: ImpAI
Mostra file Open project: Qlevine20/Demonology Class Usage Examples

Public Properties

Property Type Description
Psyst GameObject
whatIsTrigger LayerMask

Public Methods

Method Description
KillImp ( ) : void
Movement ( Ray2D ry ) : void
OnDeath ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

KillImp() public method

public KillImp ( ) : void
return void

Movement() public method

public Movement ( Ray2D ry ) : void
ry Ray2D
return void

OnDeath() public method

public OnDeath ( ) : void
return void

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Psyst public_oe property

public GameObject Psyst
return GameObject

whatIsTrigger public_oe property

public LayerMask whatIsTrigger
return LayerMask