Esempio n. 1
0
    List<MpsModel> arrItem = new List<MpsModel>(); // 23 + 43 * 2 ...

    #endregion Fields

    #region Methods

    // 35 78 Plus ...
    //  ////////////////////////////////////////////////    Simple Sub Methods ...
    public void AddSimpleOperation(int pF, int pL, Godirum pGod)
    {
        Ag.LogIntense (3, true);
        (" HmEquation :: AddSimpleOperation  " + pF + "  " + pGod.ToString () + "  " + pL).HtLog ();
        SetItemInt (pF, new Vector3(-7, 0, 0) );
        SetGod (pGod, new Vector3 (0, 0, 0));
        SetItemInt (pL, new Vector3 (7, 0, 0));
        (" HmEquation :: AddSimpleOperation  ___________ End ").HtLog();
        Ag.LogIntense (3, false);
    }
Esempio n. 2
0
    //  ////////////////////////////////////////////////    Simple Sub Methods ...

    public void AddSimpleOperation(int pF, int pL, Godirum pGod)   // 35 78 Plus ...
    {
        Ag.LogIntense(3, true);
        (" HmEquation :: AddSimpleOperation  " + pF + "  " + pGod.ToString() + "  " + pL).HtLog();
        SetItemInt(pF, new Vector3(-7, 0, 0));    // Equa, God, Equa...
        SetGod(pGod, new Vector3(0, 0, 0));
        SetItemInt(pL, new Vector3(7, 0, 0));
        (" HmEquation :: AddSimpleOperation  ___________ End ").HtLog();
        Ag.LogIntense(3, false);
    }
Esempio n. 3
0
 public void Show()
 {
     (" UnitTrans :: Show   " + mForm.meuFff + "    " + mGod.ToString() + "  " + mLatt.meuFff).HtLog();
 }