C# Class AbilityClass

Inheritance: GameBehavior
Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes publiques

Свойство Type Description
lifetime float

Protected Properties

Свойство Type Description
PM PlayerScript,
abilityUsed bool
coolDownInProgress bool
direction Vector3
prefabPath string
spawnTime float
timeModifier float
tmpCoolDown float
type AbilityType

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
getPath ( ) : string
setDirection ( Vector3 dir ) : void

Méthodes protégées

Méthode Description
GameUpdate ( ) : void
HandleAbilityStatusChanged ( Message, message ) : void
RegisterListeners ( ) : void
UnregisterListeners ( ) : void

Method Details

GameUpdate() protected méthode

protected GameUpdate ( ) : void
Résultat void

HandleAbilityStatusChanged() protected méthode

protected HandleAbilityStatusChanged ( Message, message ) : void
message Message,
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

RegisterListeners() protected méthode

protected RegisterListeners ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UnregisterListeners() protected méthode

protected UnregisterListeners ( ) : void
Résultat void

getPath() public méthode

public getPath ( ) : string
Résultat string

setDirection() public méthode

public setDirection ( Vector3 dir ) : void
dir Vector3
Résultat void

Property Details

PM protected_oe property

protected PlayerScript, PM
Résultat PlayerScript,

abilityUsed protected_oe property

protected bool abilityUsed
Résultat bool

coolDownInProgress protected_oe property

protected bool coolDownInProgress
Résultat bool

direction protected_oe property

protected Vector3 direction
Résultat Vector3

lifetime public_oe property

public float lifetime
Résultat float

prefabPath protected_oe property

protected string prefabPath
Résultat string

spawnTime protected_oe property

protected float spawnTime
Résultat float

timeModifier protected_oe property

protected float timeModifier
Résultat float

tmpCoolDown protected_oe property

protected float tmpCoolDown
Résultat float

type protected_oe property

protected AbilityType type
Résultat AbilityType