Ejemplo n.º 1
0
    //--------------------------------------------------------------------------------------------------------------

    #region Constructor

    protected UiBaseJewelState(IUiJewel handler, BaseStateMachine fsm, Battle.UI.Jewel.UiJewelParameters.UiJewelParameters parameters)
    {
      Fsm = fsm;
      Handler = handler;
      Parameters = parameters;
      IsInitialized = true;
    }
Ejemplo n.º 2
0
 public static void Format(IUiJewelComponents jewelComp, UiJewelParameters param)
 {
     jewelComp.MonoBehavior.transform.localScale *= param.JewelScale;
 }