C# 클래스 FairyGUI.GearLookValue

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

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
grayed bool
rotation float

공개 메소드들

메소드 설명
GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic

메소드 상세

GearLookValue() 공개 메소드

public GearLookValue ( float alpha, float rotation, bool grayed ) : System.Collections.Generic
alpha float
rotation float
grayed bool
리턴 System.Collections.Generic

프로퍼티 상세

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

grayed 공개적으로 프로퍼티

public bool grayed
리턴 bool

rotation 공개적으로 프로퍼티

public float rotation
리턴 float