FairyGUI.GImage
class FairyGUI.GImage
Fields and Properties:
UnityEngine.Color color- Description: Color of the image.
FairyGUI.FlipType flip- Description: Flip type.
FairyGUI.FillMethod fillMethod- Description: Fill method.
int fillOrigin- Description: Fill origin.
bool fillClockwise- Description: Fill clockwise if true.
float fillAmount- Description: Fill amount. (0~1)
FairyGUI.NTexture texture- Description: Set texture directly. The image wont own the texture.
UnityEngine.Material material- Description: Set material.
Constructors:
FairyGUI.GImage.New()
Methods:
void ConstructFromResource()