C# 클래스 FairyGUI.TransitionValue

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

공개 프로퍼티들

프로퍼티 타입 설명
b bool
b1 bool
b2 bool
c Color
f1 float
f2 float
f3 float
f4 float
i int
s string

공개 메소드들

메소드 설명
Copy ( TransitionValue source ) : void
TransitionValue ( ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( TransitionValue source ) : void
source TransitionValue
리턴 void

TransitionValue() 공개 메소드

public TransitionValue ( ) : System
리턴 System

프로퍼티 상세

b 공개적으로 프로퍼티

public bool b
리턴 bool

b1 공개적으로 프로퍼티

public bool b1
리턴 bool

b2 공개적으로 프로퍼티

public bool b2
리턴 bool

c 공개적으로 프로퍼티

public Color c
리턴 Color

f1 공개적으로 프로퍼티

public float f1
리턴 float

f2 공개적으로 프로퍼티

public float f2
리턴 float

f3 공개적으로 프로퍼티

public float f3
리턴 float

f4 공개적으로 프로퍼티

public float f4
리턴 float

i 공개적으로 프로퍼티

public int i
리턴 int

s 공개적으로 프로퍼티

public string s
리턴 string