C# Class Stash

Inheritance: Storage
Afficher le fichier Open project: marouen-lamiri/Second-Soul Class Usage Examples

Méthodes publiques

Свойство Type Description
image UnityEngine.Texture2D
slotsOffsetX int
slotsOffsetY int

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
addSampleItems ( ) : void
drawStash ( ) : void
setSlots ( ) : void

Méthodes protégées

Méthode Description
drawItems ( ) : void
toggleTab ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addSampleItems() public méthode

public addSampleItems ( ) : void
Résultat void

drawItems() protected méthode

protected drawItems ( ) : void
Résultat void

drawStash() public méthode

public drawStash ( ) : void
Résultat void

setSlots() public méthode

public setSlots ( ) : void
Résultat void

toggleTab() protected méthode

protected toggleTab ( ) : void
Résultat void

Property Details

image public_oe property

public Texture2D,UnityEngine image
Résultat UnityEngine.Texture2D

slotsOffsetX public_oe property

public int slotsOffsetX
Résultat int

slotsOffsetY public_oe property

public int slotsOffsetY
Résultat int