C# Класс GoTweenChain, GoKit

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

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

Метод Описание
GoTweenChain ( ) : System.Collections
GoTweenChain ( GoTweenCollectionConfig, config ) : System.Collections
append ( AbstractGoTween, tween ) : GoTweenChain,

appends a Tween at the end of the current flow

appendDelay ( float delay ) : GoTweenChain,

appends a delay to the end of the current flow

prepend ( AbstractGoTween, tween ) : GoTweenChain,

adds a Tween to the front of the flow

prependDelay ( float delay ) : GoTweenChain,

adds a delay to the front of the flow

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

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

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

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

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

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

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

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

appends a Tween at the end of the current flow
public append ( AbstractGoTween, tween ) : GoTweenChain,
tween AbstractGoTween,
Результат GoTweenChain,

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

appends a delay to the end of the current flow
public appendDelay ( float delay ) : GoTweenChain,
delay float
Результат GoTweenChain,

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

adds a Tween to the front of the flow
public prepend ( AbstractGoTween, tween ) : GoTweenChain,
tween AbstractGoTween,
Результат GoTweenChain,

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

adds a delay to the front of the flow
public prependDelay ( float delay ) : GoTweenChain,
delay float
Результат GoTweenChain,