C# 클래스 Dabrorius.MonoPunk.Tween

파일 보기 프로젝트 열기: dabrorius/MonoPunk

공개 프로퍼티들

프로퍼티 타입 설명
active bool
complete System.Action

보호된 프로퍼티들

프로퍼티 타입 설명
_ease double>.Func
_t double
_target double
_time double

공개 메소드들

메소드 설명
Tween ( double duration, uint type, System.Action complete = null, double>.Func ease = null ) : System
cancel ( ) : void
start ( ) : void
update ( ) : void

비공개 메소드들

메소드 설명
finish ( ) : void

메소드 상세

Tween() 공개 메소드

public Tween ( double duration, uint type, System.Action complete = null, double>.Func ease = null ) : System
duration double
type uint
complete System.Action
ease double>.Func
리턴 System

cancel() 공개 메소드

public cancel ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

_ease 보호되어 있는 프로퍼티

protected Func _ease
리턴 double>.Func

_t 보호되어 있는 프로퍼티

protected double _t
리턴 double

_target 보호되어 있는 프로퍼티

protected double _target
리턴 double

_time 보호되어 있는 프로퍼티

protected double _time
리턴 double

active 공개적으로 프로퍼티

public bool active
리턴 bool

complete 공개적으로 프로퍼티

public Action,System complete
리턴 System.Action