C# Class Artemis.Profiles.Layers.Models.EventPropertiesModel

Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MustStop ( LayerModel layer ) : bool

Gets whether the event should stop

TriggerEvent ( LayerModel layer ) : void

Resets the event's properties and triggers it

Update ( LayerModel layerModel, bool conditionsMet ) : void

Méthodes protégées

Méthode Description
DelayExpired ( ) : bool

Method Details

DelayExpired() protected méthode

protected DelayExpired ( ) : bool
Résultat bool

MustStop() public méthode

Gets whether the event should stop
public MustStop ( LayerModel layer ) : bool
layer LayerModel
Résultat bool

TriggerEvent() public méthode

Resets the event's properties and triggers it
public TriggerEvent ( LayerModel layer ) : void
layer LayerModel
Résultat void

Update() public méthode

public Update ( LayerModel layerModel, bool conditionsMet ) : void
layerModel LayerModel
conditionsMet bool
Résultat void