C# Class CerberusFireball, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles

Méthodes publiques

Свойство Type Description
initDest Vector3
life int
speed float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D otherCollider ) : void
Start ( ) : void
headRight ( ) : void
moveToDestination ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

headRight() public méthode

public headRight ( ) : void
Résultat void

moveToDestination() public méthode

public moveToDestination ( ) : void
Résultat void

Property Details

initDest public_oe property

public Vector3 initDest
Résultat Vector3

life public_oe property

public int life
Résultat int

speed public_oe property

public float speed
Résultat float