C# Class BT_MoveHind, Heracles

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

Méthodes publiques

Свойство Type Description
beginSwitch bool
destroyHind bool
jumpForce float
setDirection string
slowHind bool
speed float
stopHind bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void

Method Details

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

beginSwitch public_oe property

public bool beginSwitch
Résultat bool

destroyHind public_oe property

public bool destroyHind
Résultat bool

jumpForce public_oe property

public float jumpForce
Résultat float

setDirection public_oe property

public string setDirection
Résultat string

slowHind public_oe property

public bool slowHind
Résultat bool

speed public_oe property

public float speed
Résultat float

stopHind public_oe property

public bool stopHind
Résultat bool