C# Class BBGamelib.tHashElement

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
actionIndex int
actions List
currentAction CCAction
currentActionSalvaged bool
paused bool
target System.Object

Public Methods

Method Description
hashKey ( ) : int

Method Details

hashKey() public method

public hashKey ( ) : int
return int

Property Details

actionIndex public_oe property

public int actionIndex
return int

actions public_oe property

public List actions
return List

currentAction public_oe property

public CCAction currentAction
return CCAction

currentActionSalvaged public_oe property

public bool currentActionSalvaged
return bool

paused public_oe property

public bool paused
return bool

target public_oe property

public System.Object target
return System.Object