C# 클래스 FairyGUI.UIConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
Items List
PreloadPackages List
allowSoftnessOnTopOrLeftSide bool
bringWindowToFrontOnClick bool
buttonSound UnityEngine.AudioClip
buttonSoundVolumeScale float
clickDragSensitivity int
defaultComboBoxVisibleItemCount int
defaultFont string
defaultScrollBarDisplay ScrollBarDisplayType
defaultScrollBounceEffect bool
defaultScrollSpeed float
defaultScrollTouchEffect bool
defaultTouchScrollSpeedRatio float
frameTimeForAsyncUIConstruction float
globalModalWaiting String
horizontalScrollBar string
inputCaretSize int
inputHighlightColor Color
loaderErrorSign string
modalLayerColor Color
popupMenu string
popupMenu_seperator string
renderingTextBrighterOnDesktop bool
tooltipsWin string
touchDragSensitivity int
touchScrollSensitivity int
verticalScrollBar string
windowModalWaiting string

공개 메소드들

메소드 설명
ApplyModifiedProperties ( ) : void
ClearResourceRefs ( ) : void
Load ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

ApplyModifiedProperties() 공개 메소드

public ApplyModifiedProperties ( ) : void
리턴 void

ClearResourceRefs() 공개 정적인 메소드

public static ClearResourceRefs ( ) : void
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

프로퍼티 상세

Items 공개적으로 프로퍼티

public List Items
리턴 List

PreloadPackages 공개적으로 프로퍼티

public List PreloadPackages
리턴 List

allowSoftnessOnTopOrLeftSide 공개적으로 정적으로 프로퍼티

Allow softness on top or left side for scrollpane.
public static bool allowSoftnessOnTopOrLeftSide
리턴 bool

bringWindowToFrontOnClick 공개적으로 정적으로 프로퍼티

When click the window, brings to front automatically.
public static bool bringWindowToFrontOnClick
리턴 bool

buttonSound 공개적으로 정적으로 프로퍼티

Default button click sound.
public static AudioClip,UnityEngine buttonSound
리턴 UnityEngine.AudioClip

buttonSoundVolumeScale 공개적으로 정적으로 프로퍼티

Default button click sound volume.
public static float buttonSoundVolumeScale
리턴 float

clickDragSensitivity 공개적으로 정적으로 프로퍼티

Pixel offsets of mouse pointer to trigger dragging.
public static int clickDragSensitivity
리턴 int

defaultComboBoxVisibleItemCount 공개적으로 정적으로 프로퍼티

The number of visible items in ComboBox.
public static int defaultComboBoxVisibleItemCount
리턴 int

defaultFont 공개적으로 정적으로 프로퍼티

Dynamic Font Support. 4.x: Put the xxx.ttf into /Resources or /Resources/Font, and set defaultFont="xxx". 5.x: set defaultFont to system font name(or names joint with comma). e.g. defaultFont="Microsoft YaHei, SimHei"
public static string defaultFont
리턴 string

defaultScrollBarDisplay 공개적으로 정적으로 프로퍼티

Scrollbar display mode. Recommended 'Auto' for mobile and 'Visible' for web.
public static ScrollBarDisplayType defaultScrollBarDisplay
리턴 ScrollBarDisplayType

defaultScrollBounceEffect 공개적으로 정적으로 프로퍼티

The "rebound" effect in the scolling container.
public static bool defaultScrollBounceEffect
리턴 bool

defaultScrollSpeed 공개적으로 정적으로 프로퍼티

Scrolling step in pixels
public static float defaultScrollSpeed
리턴 float

defaultScrollTouchEffect 공개적으로 정적으로 프로퍼티

Allow dragging anywhere in container to scroll.
public static bool defaultScrollTouchEffect
리턴 bool

defaultTouchScrollSpeedRatio 공개적으로 정적으로 프로퍼티

Speed ratio of scrollpane when its touch dragging.
public static float defaultTouchScrollSpeedRatio
리턴 float

frameTimeForAsyncUIConstruction 공개적으로 정적으로 프로퍼티

public static float frameTimeForAsyncUIConstruction
리턴 float

globalModalWaiting 공개적으로 정적으로 프로퍼티

Resource using in GRoot.ShowModalWait for locking the screen.
public static String globalModalWaiting
리턴 String

horizontalScrollBar 공개적으로 정적으로 프로퍼티

Resource url of horizontal scrollbar
public static string horizontalScrollBar
리턴 string

inputCaretSize 공개적으로 정적으로 프로퍼티

public static int inputCaretSize
리턴 int

inputHighlightColor 공개적으로 정적으로 프로퍼티

public static Color inputHighlightColor
리턴 Color

loaderErrorSign 공개적으로 정적으로 프로퍼티

In case of failure of loading content for GLoader, use this sign to indicate an error.
public static string loaderErrorSign
리턴 string

modalLayerColor 공개적으로 정적으로 프로퍼티

When a modal window is in front, the background becomes dark.
public static Color modalLayerColor
리턴 Color

popupMenu 공개적으로 정적으로 프로퍼티

Resources url of PopupMenu.
public static string popupMenu
리턴 string

popupMenu_seperator 공개적으로 정적으로 프로퍼티

Resource url of menu seperator.
public static string popupMenu_seperator
리턴 string

renderingTextBrighterOnDesktop 공개적으로 정적으로 프로퍼티

When using chinese fonts on desktop, I found that the display effect is not very clear. So I wrote shaders to light up their outline. If you dont use chinese fonts, or dont like the new effect, just set to false here. The switch is meaningless on mobile platforms.
public static bool renderingTextBrighterOnDesktop
리턴 bool

tooltipsWin 공개적으로 정적으로 프로퍼티

Resource url of tooltips.
public static string tooltipsWin
리턴 string

touchDragSensitivity 공개적으로 정적으로 프로퍼티

Pixel offsets of finger to trigger dragging
public static int touchDragSensitivity
리턴 int

touchScrollSensitivity 공개적으로 정적으로 프로퍼티

Pixel offsets of finger to trigger scrolling
public static int touchScrollSensitivity
리턴 int

verticalScrollBar 공개적으로 정적으로 프로퍼티

Resource url of vertical scrollbar
public static string verticalScrollBar
리턴 string

windowModalWaiting 공개적으로 정적으로 프로퍼티

Resource using in Window.ShowModalWait for locking the window.
public static string windowModalWaiting
리턴 string