C# Class favoritesPanel, CSE110M240T10

Inheritance: MonoBehaviour
Afficher le fichier Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Méthodes publiques

Свойство Type Description
BUTTON_HEIGHT int
Instance favoritesPanel,
favorites GameObject>>.List
resultGrid GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
drawFavorite ( string url, string id, string title ) : void
removeFavorite ( string id ) : void

Private Methods

Méthode Description
shiftResultGrid ( ) : void
shrinkGrid ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

drawFavorite() public méthode

public drawFavorite ( string url, string id, string title ) : void
url string
id string
title string
Résultat void

removeFavorite() public méthode

public removeFavorite ( string id ) : void
id string
Résultat void

Property Details

BUTTON_HEIGHT public_oe property

public int BUTTON_HEIGHT
Résultat int

Instance public_oe static_oe property

public static favoritesPanel, Instance
Résultat favoritesPanel,

favorites public_oe property

public List> favorites
Résultat GameObject>>.List

resultGrid public_oe property

public GameObject resultGrid
Résultat GameObject