C# Class categoryButton, CSE110M240T10

Inheritance: MonoBehaviour
Show file Open project: ucsdCSE110wi16/CSE110M240T10

Public Properties

Property Type Description
title Text

Public Methods

Method Description
initialize ( string s, string type ) : void

Private Methods

Method Description
clearAll ( ) : void
select ( ) : void

Method Details

initialize() public method

public initialize ( string s, string type ) : void
s string
type string
return void

Property Details

title public property

public Text title
return Text