C# Class BBGamelib.tHashElement

Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
actionIndex int
actions List
currentAction CCAction
currentActionSalvaged bool
paused bool
target System.Object

Méthodes publiques

Méthode Description
hashKey ( ) : int

Method Details

hashKey() public méthode

public hashKey ( ) : int
Résultat int

Property Details

actionIndex public_oe property

public int actionIndex
Résultat int

actions public_oe property

public List actions
Résultat List

currentAction public_oe property

public CCAction currentAction
Résultat CCAction

currentActionSalvaged public_oe property

public bool currentActionSalvaged
Résultat bool

paused public_oe property

public bool paused
Résultat bool

target public_oe property

public System.Object target
Résultat System.Object