C# 클래스 TweenColor, TheUnseen

상속: UITweener
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
from Color
to Color

Private Properties

프로퍼티 타입 설명
SetCurrentValueToEnd void
SetCurrentValueToStart void
SetEndToCurrentValue void
SetStartToCurrentValue void

공개 메소드들

메소드 설명
Begin ( GameObject go, float duration, Color color ) : TweenColor,

Start the tweening operation.

Cache ( ) : void

보호된 메소드들

메소드 설명
OnUpdate ( float factor, bool isFinished ) : void

Tween the value.

비공개 메소드들

메소드 설명
SetCurrentValueToEnd ( ) : void
SetCurrentValueToStart ( ) : void
SetEndToCurrentValue ( ) : void
SetStartToCurrentValue ( ) : void

메소드 상세

Begin() 정적인 공개 메소드

Start the tweening operation.
static public Begin ( GameObject go, float duration, Color color ) : TweenColor,
go GameObject
duration float
color Color
리턴 TweenColor,

Cache() 공개 메소드

public Cache ( ) : void
리턴 void

OnUpdate() 보호된 메소드

Tween the value.
protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
리턴 void

프로퍼티 상세

from 공개적으로 프로퍼티

public Color from
리턴 Color

to 공개적으로 프로퍼티

public Color to
리턴 Color