C# 클래스 FairyGUI.TransitionItem

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
completed bool
duration float
easeType Ease
endValue TransitionValue
filterCreated bool
hook TransitionHook
hook2 TransitionHook
label string
label2 string
repeat int
startValue TransitionValue
target GObject
targetId string
time float
tween bool
tweener Tween
type TransitionActionType
value TransitionValue
yoyo bool

공개 메소드들

메소드 설명
Clone ( ) : TransitionItem
TransitionItem ( ) : System
__Shake ( object callback ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TransitionItem
리턴 TransitionItem

TransitionItem() 공개 메소드

public TransitionItem ( ) : System
리턴 System

__Shake() 공개 메소드

public __Shake ( object callback ) : void
callback object
리턴 void

프로퍼티 상세

completed 공개적으로 프로퍼티

public bool completed
리턴 bool

duration 공개적으로 프로퍼티

public float duration
리턴 float

easeType 공개적으로 프로퍼티

public Ease easeType
리턴 Ease

endValue 공개적으로 프로퍼티

public TransitionValue,FairyGUI endValue
리턴 TransitionValue

filterCreated 공개적으로 프로퍼티

public bool filterCreated
리턴 bool

hook 공개적으로 프로퍼티

public TransitionHook hook
리턴 TransitionHook

hook2 공개적으로 프로퍼티

public TransitionHook hook2
리턴 TransitionHook

label 공개적으로 프로퍼티

public string label
리턴 string

label2 공개적으로 프로퍼티

public string label2
리턴 string

repeat 공개적으로 프로퍼티

public int repeat
리턴 int

startValue 공개적으로 프로퍼티

public TransitionValue,FairyGUI startValue
리턴 TransitionValue

target 공개적으로 프로퍼티

public GObject,FairyGUI target
리턴 GObject

targetId 공개적으로 프로퍼티

public string targetId
리턴 string

time 공개적으로 프로퍼티

public float time
리턴 float

tween 공개적으로 프로퍼티

public bool tween
리턴 bool

tweener 공개적으로 프로퍼티

public Tween tweener
리턴 Tween

type 공개적으로 프로퍼티

public TransitionActionType type
리턴 TransitionActionType

value 공개적으로 프로퍼티

public TransitionValue,FairyGUI value
리턴 TransitionValue

yoyo 공개적으로 프로퍼티

public bool yoyo
리턴 bool