C# 클래스 AbstractGoTweenCollection.TweenFlowItem, wepwep

data class that wraps an AbstractTween and its start time for the timeline
파일 보기 프로젝트 열기: encephalopathy/wepwep

공개 프로퍼티들

프로퍼티 타입 설명
duration float
startTime float
tween AbstractGoTween,

공개 메소드들

메소드 설명
TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
TweenFlowItem ( float startTime, float duration ) : System.Collections

메소드 상세

TweenFlowItem() 공개 메소드

public TweenFlowItem ( float startTime, AbstractGoTween, tween ) : System.Collections
startTime float
tween AbstractGoTween,
리턴 System.Collections

TweenFlowItem() 공개 메소드

public TweenFlowItem ( float startTime, float duration ) : System.Collections
startTime float
duration float
리턴 System.Collections

프로퍼티 상세

duration 공개적으로 프로퍼티

public float duration
리턴 float

startTime 공개적으로 프로퍼티

public float startTime
리턴 float

tween 공개적으로 프로퍼티

public AbstractGoTween, tween
리턴 AbstractGoTween,