C# Class ImpDirectionalMovement, Demonology

Inheritance: ImpAI
Afficher le fichier Open project: Qlevine20/Demonology

Méthodes publiques

Свойство Type Description
jumpspeed int

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Movement ( Ray2D ry ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Movement() public méthode

public Movement ( Ray2D ry ) : void
ry Ray2D
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

Property Details

jumpspeed public_oe property

public int jumpspeed
Résultat int