Свойство | Тип | Описание | |
---|---|---|---|
BUTTON_HEIGHT | int | ||
Instance | favoritesPanel, | ||
favorites | GameObject>>.List | ||
resultGrid | GameObject |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
drawFavorite ( string url, string id, string title ) : void | ||
removeFavorite ( string id ) : void |
Метод | Описание | |
---|---|---|
shiftResultGrid ( ) : void | ||
shrinkGrid ( ) : void |
public drawFavorite ( string url, string id, string title ) : void | ||
url | string | |
id | string | |
title | string | |
Результат | void |
public removeFavorite ( string id ) : void | ||
id | string | |
Результат | void |
public static favoritesPanel, Instance | ||
Результат | favoritesPanel, |