C# Class TimedPickup, kaijurising

Inheritance: CollectablePickup
Afficher le fichier Open project: Moehammered/kaijurising

Méthodes publiques

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

Protected Properties

Свойство Type Description
isActive bool
targetObject GameObject

Méthodes publiques

Méthode Description
activatePickup ( GameObject target ) : void

Méthodes protégées

Méthode Description
Update ( ) : void
finishEffect ( ) : void
runActiveEffect ( ) : void

Method Details

Update() protected méthode

protected Update ( ) : void
Résultat void

activatePickup() public méthode

public activatePickup ( GameObject target ) : void
target GameObject
Résultat void

finishEffect() protected méthode

protected finishEffect ( ) : void
Résultat void

runActiveEffect() protected méthode

protected runActiveEffect ( ) : void
Résultat void

Property Details

duration public_oe property

public float duration
Résultat float

isActive protected_oe property

protected bool isActive
Résultat bool

targetObject protected_oe property

protected GameObject targetObject
Résultat GameObject