FairyGUI.GearDisplay.UpdateState C# (CSharp) Method

UpdateState() public method

public UpdateState ( ) : void
return void
        public override void UpdateState()
        {
        }

Usage Example

 static public int UpdateState(IntPtr l)
 {
     try {
         FairyGUI.GearDisplay self = (FairyGUI.GearDisplay)checkSelf(l);
         self.UpdateState();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }