C# Class BBGamelib.scheduler.tHashTimerEntry

Datei anzeigen 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_oe property

public CCTimer,BBGamelib.scheduler currentTimer
return CCTimer

currentTimerSalvaged public_oe property

public bool currentTimerSalvaged
return bool

paused public_oe property

public bool paused
return bool

target public_oe property

public System.Object target
return System.Object

timerIndex public_oe property

public int timerIndex
return int

timers public_oe property

public List timers
return List