C# 클래스 GoTweenChain, GoKit

상속: AbstractGoTweenCollection
파일 보기 프로젝트 열기: prime31/GoKit 1 사용 예제들

공개 메소드들

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