Beispiel #1
0
 void AdjustView(Vmediator mediator)
 {
     if (mediator != null)
     {
         v.AdjustView(mediator);
     }
 }
    void AdjustView(Vmediator mediator)
    {
        if (mediator != null)
        {
//			Debug.Log ("xx");
            v.AdjustView(mediator);
        }
    }