C# Class Edible, IronicWizard

Inheritance: MonoBehaviour
Show file Open project: mugwhump/IronicWizard Class Usage Examples

Public Properties

Property Type Description
blueValue int
greenValue int
id ingredient
redValue int

Public Methods

Method Description
Start ( ) : void
UseUp ( Vector3 originalScale ) : void

Method Details

Start() public method

public Start ( ) : void
return void

UseUp() public method

public UseUp ( Vector3 originalScale ) : void
originalScale Vector3
return void

Property Details

blueValue public property

public int blueValue
return int

greenValue public property

public int greenValue
return int

id public property

public ingredient id
return ingredient

redValue public property

public int redValue
return int