C# Class ItemList, HomeAlone

Inheritance: Gtk.TreeView
显示文件 Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
ItemArray GameObject[],
SavedItemArray string[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
load ( ) : void
reset ( ) : void
save ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

load() public method

public load ( ) : void
return void

reset() public method

public reset ( ) : void
return void

save() public method

public save ( ) : void
return void

Property Details

ItemArray public_oe property

public GameObject[], ItemArray
return GameObject[],

SavedItemArray public_oe property

public string[] SavedItemArray
return string[]