C# Class Item_Control, COMA

Inheritance: MonoBehaviour
Show file Open project: GDACollab/COMA Class Usage Examples

Public Properties

Property Type Description
ItemOptList List
inventory GameObject
theCanvas GameObject
usePrompt GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ItemOptList public property

public List ItemOptList
return List

inventory public property

public GameObject inventory
return GameObject

theCanvas public property

public GameObject theCanvas
return GameObject

usePrompt public property

public GameObject usePrompt
return GameObject