コード例 #1
0
ファイル: UiBaseJewelState.cs プロジェクト: BradZzz/Moheum
    //--------------------------------------------------------------------------------------------------------------

    #region Constructor

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