C# 클래스 TweenOrthoSize, Hero.Coli

상속: UITweener
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,

Start the tweening operation.

보호된 메소드들

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

Perform the tween.

메소드 상세

Begin() 정적인 공개 메소드

Start the tweening operation.
static public Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,
go GameObject
duration float
to float
리턴 TweenOrthoSize,

OnUpdate() 보호된 메소드

Perform the tween.
protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
리턴 void

프로퍼티 상세

from 공개적으로 프로퍼티

public float from
리턴 float

to 공개적으로 프로퍼티

public float to
리턴 float