C# Class BushPossessable

Inheritance: PossessableItem
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
bushLureSounds UnityEngine.AudioClip[]
bushScareSounds UnityEngine.AudioClip[]
lureCooldownSeconds float
lureTimeleft float
luring bool
scareTimeLeft float
scaredCooldownSeconds float
scaring bool

Méthodes publiques

Méthode Description
exorcise ( ) : void
possess ( ) : void
useAbility ( bool leftTrigger ) : void

Méthodes protégées

Méthode Description
GameUpdate ( ) : void
HandleInput ( ) : void
lure ( ) : void
scare ( ) : void

Method Details

GameUpdate() protected méthode

protected GameUpdate ( ) : void
Résultat void

HandleInput() protected méthode

protected HandleInput ( ) : void
Résultat void

exorcise() public méthode

public exorcise ( ) : void
Résultat void

lure() protected méthode

protected lure ( ) : void
Résultat void

possess() public méthode

public possess ( ) : void
Résultat void

scare() protected méthode

protected scare ( ) : void
Résultat void

useAbility() public méthode

public useAbility ( bool leftTrigger ) : void
leftTrigger bool
Résultat void

Property Details

bushLureSounds public_oe property

public AudioClip[],UnityEngine bushLureSounds
Résultat UnityEngine.AudioClip[]

bushScareSounds public_oe property

public AudioClip[],UnityEngine bushScareSounds
Résultat UnityEngine.AudioClip[]

lureCooldownSeconds public_oe property

public float lureCooldownSeconds
Résultat float

lureTimeleft public_oe property

public float lureTimeleft
Résultat float

luring public_oe property

public bool luring
Résultat bool

scareTimeLeft public_oe property

public float scareTimeLeft
Résultat float

scaredCooldownSeconds public_oe property

public float scaredCooldownSeconds
Résultat float

scaring public_oe property

public bool scaring
Résultat bool