C# Класс BBGamelib.CCActionManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CCActionManager ( ) : UnityEngine
ToString ( ) : string
addAction ( CCAction action, System target, bool paused ) : void
getActionByTag ( int aTag, System target ) : CCAction
numberOfRunningActionsInTarget ( System target ) : uint
pauseTarget ( System target ) : void
removeAction ( CCAction action ) : void
removeActionByTag ( int aTag, System target ) : void
removeAllActions ( ) : void
removeAllActionsFromTarget ( System target ) : void
resumeTarget ( System target ) : void
update ( float dt ) : void

Приватные методы

Метод Описание
actionAllocWithHashElement ( tHashElement element ) : void
deleteHashElement ( tHashElement element ) : void
removeActionAtIndex ( int index, tHashElement element ) : void

Описание методов

CCActionManager() публичный метод

public CCActionManager ( ) : UnityEngine
Результат UnityEngine

ToString() публичный метод

public ToString ( ) : string
Результат string

addAction() публичный метод

public addAction ( CCAction action, System target, bool paused ) : void
action CCAction
target System
paused bool
Результат void

getActionByTag() публичный метод

public getActionByTag ( int aTag, System target ) : CCAction
aTag int
target System
Результат CCAction

numberOfRunningActionsInTarget() публичный метод

public numberOfRunningActionsInTarget ( System target ) : uint
target System
Результат uint

pauseTarget() публичный метод

public pauseTarget ( System target ) : void
target System
Результат void

removeAction() публичный метод

public removeAction ( CCAction action ) : void
action CCAction
Результат void

removeActionByTag() публичный метод

public removeActionByTag ( int aTag, System target ) : void
aTag int
target System
Результат void

removeAllActions() публичный метод

public removeAllActions ( ) : void
Результат void

removeAllActionsFromTarget() публичный метод

public removeAllActionsFromTarget ( System target ) : void
target System
Результат void

resumeTarget() публичный метод

public resumeTarget ( System target ) : void
target System
Результат void

update() публичный метод

public update ( float dt ) : void
dt float
Результат void