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

显示文件 Open project: SpoinkyNL/Artemis Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
DelayExpired ( ) : bool

Method Details

DelayExpired() protected method

protected DelayExpired ( ) : bool
return bool

MustStop() public method

Gets whether the event should stop
public MustStop ( LayerModel layer ) : bool
layer LayerModel
return bool

TriggerEvent() public method

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

Update() public method

public Update ( LayerModel layerModel, bool conditionsMet ) : void
layerModel LayerModel
conditionsMet bool
return void