FairyGUI.GMovieClip
class FairyGUI.GMovieClip
Fields and Properties:
FairyGUI.EventListener onPlayEnd- Description:
 
bool playing- Description:
 
int frame- Description:
 
UnityEngine.Color color- Description:
 
FairyGUI.FlipType flip- Description:
 
UnityEngine.Material material- Description:
 
string shader- Description:
 
float timeScale- Description:
 
bool ignoreEngineTimeScale- Description:
 
Constructors:
FairyGUI.GMovieClip.New()
Methods:
void Rewind()- Description:
 
void SyncStatus(FairyGUI.GMovieClip)- Description:
 - Parameter anotherMc:
 
void Advance(float)- Description:
 - Parameter time:
 
void SetPlaySettings(int, int, int, int)- Description: Play from the start frame to the end frame (use -1 for the end of the animation), repeat for the specified number of times (0 for infinite), and stop at the endAt frame (use -1 to stop at the end frame).
 - Parameter start: Start frame
 - Parameter end: End frame. -1 indicates the last frame.
 - Parameter times: Repeat times. 0 indicates infinite loop.
 - Parameter endAt: Stop frame. -1 indicates to equal to the end parameter.
 
void ConstructFromResource()