C# 클래스 FairyGUI.UIPainter

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

공개 프로퍼티들

프로퍼티 타입 설명
componentName string
packageName string
sortingOrder int

공개 메소드들

메소드 설명
ApplyModifiedProperties ( bool sortingOrderChanged ) : void
Capture ( ) : void
CaptureInEditMode ( ) : void
CreateContainer ( ) : void
CreateUI ( ) : void

DestroyTexture ( ) : void
EM_BeforeUpdate ( ) : void
EM_Reload ( ) : void
EM_Update ( UpdateContext context ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnUpdateSource ( object data ) : void
SetSortingOrder ( int value, bool apply ) : void

Change the sorting order of the panel in runtime.

Start ( ) : void

메소드 상세

ApplyModifiedProperties() 공개 메소드

public ApplyModifiedProperties ( bool sortingOrderChanged ) : void
sortingOrderChanged bool
리턴 void

Capture() 공개 메소드

public Capture ( ) : void
리턴 void

CaptureInEditMode() 공개 메소드

public CaptureInEditMode ( ) : void
리턴 void

CreateContainer() 공개 메소드

public CreateContainer ( ) : void
리턴 void

CreateUI() 공개 메소드

public CreateUI ( ) : void
리턴 void

DestroyTexture() 공개 메소드

public DestroyTexture ( ) : void
리턴 void

EM_BeforeUpdate() 공개 메소드

public EM_BeforeUpdate ( ) : void
리턴 void

EM_Reload() 공개 메소드

public EM_Reload ( ) : void
리턴 void

EM_Update() 공개 메소드

public EM_Update ( UpdateContext context ) : void
context UpdateContext
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnUpdateSource() 공개 메소드

public OnUpdateSource ( object data ) : void
data object
리턴 void

SetSortingOrder() 공개 메소드

Change the sorting order of the panel in runtime.
public SetSortingOrder ( int value, bool apply ) : void
value int sorting order value
apply bool false if you dont want the default sorting behavior.
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

componentName 공개적으로 프로퍼티

public string componentName
리턴 string

packageName 공개적으로 프로퍼티

public string packageName
리턴 string

sortingOrder 공개적으로 프로퍼티

public int sortingOrder
리턴 int