C# Class Source_periodic, urban-survivors

Inheritance: Source_base
Show file Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
IntervalTime float
StartTime float

Public Methods

Method Description
DoTrigger ( ) : void

Protected Methods

Method Description
CheckCondition ( ) : bool
Start ( ) : void

Method Details

CheckCondition() protected method

protected CheckCondition ( ) : bool
return bool

DoTrigger() public method

public DoTrigger ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

IntervalTime public property

public float IntervalTime
return float

StartTime public property

public float StartTime
return float