C# Class Stash

Inheritance: Storage
Show file Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
image UnityEngine.Texture2D
slotsOffsetX int
slotsOffsetY int

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
addSampleItems ( ) : void
drawStash ( ) : void
setSlots ( ) : void

Protected Methods

Method Description
drawItems ( ) : void
toggleTab ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addSampleItems() public method

public addSampleItems ( ) : void
return void

drawItems() protected method

protected drawItems ( ) : void
return void

drawStash() public method

public drawStash ( ) : void
return void

setSlots() public method

public setSlots ( ) : void
return void

toggleTab() protected method

protected toggleTab ( ) : void
return void

Property Details

image public property

public Texture2D,UnityEngine image
return UnityEngine.Texture2D

slotsOffsetX public property

public int slotsOffsetX
return int

slotsOffsetY public property

public int slotsOffsetY
return int