C# Class FairyGUI.EMRenderSupport

这是一个在编辑状态下渲染UI的功能类。EM=Edit Mode
显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
orderChanged bool

Public Methods

Method Description
Add ( EMRenderTarget value ) : void

Reload ( ) : void

当发生二进制重载时,或用户点击刷新菜单

Remove ( EMRenderTarget value ) : void

Update ( ) : void

由StageCamera调用

Private Methods

Method Description
CompareDepth ( EMRenderTarget c1, EMRenderTarget c2 ) : int

Method Details

Add() public static method

public static Add ( EMRenderTarget value ) : void
value EMRenderTarget
return void

Reload() public static method

当发生二进制重载时,或用户点击刷新菜单
public static Reload ( ) : void
return void

Remove() public static method

public static Remove ( EMRenderTarget value ) : void
value EMRenderTarget
return void

Update() public static method

由StageCamera调用
public static Update ( ) : void
return void

Property Details

orderChanged public_oe static_oe property

public static bool orderChanged
return bool