Exemplo n.º 1
0
 protected override void Awake()
 {
     base.Awake();
     UiPool      = GetComponent <UiPool>();
     Positioning = new UiPoolPositioning(UiPool);
     UpdatePositions();
 }
Exemplo n.º 2
0
 public UiPoolPositioning(UiPool uiPool)
 {
     UiPool     = uiPool;
     Parameters = uiPool.Parameters;
     Size       = Parameters.UiCardSize.Value;
     UpdatePositions();
 }
Exemplo n.º 3
0
 protected override void Awake()
 {
     base.Awake();
     UiPool = GetComponent <UiPool>();
 }