FairyGUI.GGraph
class FairyGUI.GGraph
Fields and Properties:
UnityEngine.Color color- Description:
 
Constructors:
FairyGUI.GGraph.New()
Methods:
void ReplaceMe(FairyGUI.GObject)- Description: Replace this object to another object in the display list. In the display list, replace this graphical object with a specified object. This graphical object serves as a placeholder.
 - Parameter target: Target object.
 
void AddBeforeMe(FairyGUI.GObject)- Description: Add another object before this object in the display list.
 - Parameter target: Target object.
 
void AddAfterMe(FairyGUI.GObject)- Description: Add another object after this object in the display list.
 - Parameter target: Target object.
 
void SetNativeObject(FairyGUI.DisplayObject)- Description: Set the content to a native object. This graphical object serves as a placeholder.
 - Parameter obj: Native object
 
void DrawRect(float, float, int, UnityEngine.Color, UnityEngine.Color)- Description: Draw a rectangle.
 - Parameter aWidth: Width
 - Parameter aHeight: Height
 - Parameter lineSize: Line size
 - Parameter lineColor: Line color
 - Parameter fillColor: Fill color
 
void DrawRoundRect(float, float, UnityEngine.Color, float[])- Description:
 - Parameter aWidth:
 - Parameter aHeight:
 - Parameter fillColor:
 - Parameter corner:
 
void DrawEllipse(float, float, UnityEngine.Color)- Description:
 - Parameter aWidth:
 - Parameter aHeight:
 - Parameter fillColor: