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
파일 보기 프로젝트 열기: prime31/GoKit 1 사용 예제들

공개 메소드들

메소드 설명
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,