C# Class FairyGUI.GGraph

Inheritance: GObject
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
AddAfterMe ( GObject target ) : void

Add another object after this object. 在显示列表中,将另一个对象插入到这个对象的后面。

AddBeforeMe ( GObject target ) : void

Add another object before this object. 在显示列表中,将另一个对象插入到这个对象的前面。

DrawEllipse ( float aWidth, float aHeight, Color fillColor ) : void
DrawRect ( float aWidth, float aHeight, int lineSize, Color lineColor, Color fillColor ) : void

Draw a rectangle. 画矩形。

GGraph ( ) : System
ReplaceMe ( GObject target ) : void

Replace this object to another object in the display list. 在显示列表中,将指定对象取代这个图形对象。这个图形对象相当于一个占位的用途。

SetNativeObject ( DisplayObject obj ) : void

设置内容为一个原生对象。这个图形对象相当于一个占位的用途。

Setup_BeforeAdd ( XML xml ) : void

Method Details

AddAfterMe() public method

Add another object after this object. 在显示列表中,将另一个对象插入到这个对象的后面。
public AddAfterMe ( GObject target ) : void
target GObject Target object.
return void

AddBeforeMe() public method

Add another object before this object. 在显示列表中,将另一个对象插入到这个对象的前面。
public AddBeforeMe ( GObject target ) : void
target GObject Target object.
return void

DrawEllipse() public method

public DrawEllipse ( float aWidth, float aHeight, Color fillColor ) : void
aWidth float
aHeight float
fillColor Color
return void

DrawRect() public method

Draw a rectangle. 画矩形。
public DrawRect ( float aWidth, float aHeight, int lineSize, Color lineColor, Color fillColor ) : void
aWidth float Width
aHeight float Height
lineSize int Line size
lineColor Color Line color
fillColor Color Fill color
return void

GGraph() public method

public GGraph ( ) : System
return System

ReplaceMe() public method

Replace this object to another object in the display list. 在显示列表中,将指定对象取代这个图形对象。这个图形对象相当于一个占位的用途。
public ReplaceMe ( GObject target ) : void
target GObject Target object.
return void

SetNativeObject() public method

设置内容为一个原生对象。这个图形对象相当于一个占位的用途。
public SetNativeObject ( DisplayObject obj ) : void
obj DisplayObject 原生对象
return void

Setup_BeforeAdd() public method

public Setup_BeforeAdd ( XML xml ) : void
xml FairyGUI.Utils.XML
return void