C# Class DebuffBase, Corsair

Inheritance: IBuff
Afficher le fichier Open project: Final-Parsec/Corsair Class Usage Examples

Protected Properties

Свойство Type Description
duration float
elapsedTime float
objectManager ObjectManager,
owner EnemyBase,

Méthodes publiques

Méthode Description
Apply ( float deltaTime ) : bool

Applies the Buff.

EndEffect ( ) : void

Ends a Buff's effect.

Method Details

Apply() public abstract méthode

Applies the Buff.
public abstract Apply ( float deltaTime ) : bool
deltaTime float The time between the last application.
Résultat bool

EndEffect() public abstract méthode

Ends a Buff's effect.
public abstract EndEffect ( ) : void
Résultat void

Property Details

duration protected_oe property

The length of time the DebuffBase is active.
protected float duration
Résultat float

elapsedTime protected_oe property

The sum of every deltaTime.
protected float elapsedTime
Résultat float

objectManager protected_oe property

Manages and maps class instances.
protected ObjectManager, objectManager
Résultat ObjectManager,

owner protected_oe property

The EnemyBase being Debuffed.
protected EnemyBase, owner
Résultat EnemyBase,