C# 클래스 favoritesPanel, CSE110M240T10

상속: MonoBehaviour
파일 보기 프로젝트 열기: ucsdCSE110wi16/CSE110M240T10 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

drawFavorite() 공개 메소드

public drawFavorite ( string url, string id, string title ) : void
url string
id string
title string
리턴 void

removeFavorite() 공개 메소드

public removeFavorite ( string id ) : void
id string
리턴 void

프로퍼티 상세

BUTTON_HEIGHT 공개적으로 프로퍼티

public int BUTTON_HEIGHT
리턴 int

Instance 공개적으로 정적으로 프로퍼티

public static favoritesPanel, Instance
리턴 favoritesPanel,

favorites 공개적으로 프로퍼티

public List> favorites
리턴 GameObject>>.List

resultGrid 공개적으로 프로퍼티

public GameObject resultGrid
리턴 GameObject