C# Класс GoTweenFlow, GoKit

TweenFlows are used for creating a chain of Tweens via the append/prepend methods. You can also get timeline like control by inserting Tweens and setting them to start at a specific time. Note that TweenFlows do not honor the delays set within regular Tweens. Use the append/prependDelay method to add any required delays
Наследование: AbstractGoTweenCollection
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GoTweenFlow ( ) : System.Collections
GoTweenFlow ( GoTweenCollectionConfig, config ) : System.Collections
insert ( float startTime, AbstractGoTween, tween ) : GoTweenFlow,

inserts a Tween and sets it to start at the given startTime

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

Метод Описание
insert ( TweenFlowItem item ) : void

the item being added already has a start time so no extra parameter is needed

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

GoTweenFlow() публичный Метод

public GoTweenFlow ( ) : System.Collections
Результат System.Collections

GoTweenFlow() публичный Метод

public GoTweenFlow ( GoTweenCollectionConfig, config ) : System.Collections
config GoTweenCollectionConfig,
Результат System.Collections

insert() публичный Метод

inserts a Tween and sets it to start at the given startTime
public insert ( float startTime, AbstractGoTween, tween ) : GoTweenFlow,
startTime float
tween AbstractGoTween,
Результат GoTweenFlow,