C# Class BBGamelib.scheduler.tHashTimerEntry

Show file Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
currentTimer CCTimer
currentTimerSalvaged bool
paused bool
target System.Object
timerIndex int
timers List

Property Details

currentTimer public property

public CCTimer,BBGamelib.scheduler currentTimer
return CCTimer

currentTimerSalvaged public property

public bool currentTimerSalvaged
return bool

paused public property

public bool paused
return bool

target public property

public System.Object target
return System.Object

timerIndex public property

public int timerIndex
return int

timers public property

public List timers
return List