C# Class ImpExp, Demonology

Inheritance: ImpAI
Afficher le fichier Open project: Qlevine20/Demonology Class Usage Examples

Méthodes publiques

Свойство Type Description
Psyst GameObject
whatIsTrigger LayerMask

Méthodes publiques

Méthode Description
KillImp ( ) : void
Movement ( Ray2D ry ) : void
OnDeath ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

KillImp() public méthode

public KillImp ( ) : void
Résultat void

Movement() public méthode

public Movement ( Ray2D ry ) : void
ry Ray2D
Résultat void

OnDeath() public méthode

public OnDeath ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Psyst public_oe property

public GameObject Psyst
Résultat GameObject

whatIsTrigger public_oe property

public LayerMask whatIsTrigger
Résultat LayerMask