C# Class BBGamelib.scheduler.tListEntry

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

Public Properties

Property Type Description
impMethod TICK_IMP
markedForDeletion bool
paused bool
priority int
target System.Object

Property Details

impMethod public property

public TICK_IMP impMethod
return TICK_IMP

markedForDeletion public property

public bool markedForDeletion
return bool

paused public property

public bool paused
return bool

priority public property

public int priority
return int

target public property

public System.Object target
return System.Object