C# Class favoritesPanel, CSE110M240T10

Inheritance: MonoBehaviour
Datei anzeigen Open project: ucsdCSE110wi16/CSE110M240T10 Class Usage Examples

Public Properties

Property Type Description
BUTTON_HEIGHT int
Instance favoritesPanel,
favorites GameObject>>.List
resultGrid GameObject

Public Methods

Method Description
Awake ( ) : void
drawFavorite ( string url, string id, string title ) : void
removeFavorite ( string id ) : void

Private Methods

Method Description
shiftResultGrid ( ) : void
shrinkGrid ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

drawFavorite() public method

public drawFavorite ( string url, string id, string title ) : void
url string
id string
title string
return void

removeFavorite() public method

public removeFavorite ( string id ) : void
id string
return void

Property Details

BUTTON_HEIGHT public_oe property

public int BUTTON_HEIGHT
return int

Instance public_oe static_oe property

public static favoritesPanel, Instance
return favoritesPanel,

favorites public_oe property

public List> favorites
return GameObject>>.List

resultGrid public_oe property

public GameObject resultGrid
return GameObject