C# Class InventoryGUI, GoHomeOrDie

Inheritance: MonoBehaviour
Afficher le fichier Open project: hs-furtwangen/GoHomeOrDie Class Usage Examples

Méthodes publiques

Свойство Type Description
DummyContent Texture
GuiBackground Texture
GuiItemBackgroundDown Texture
GuiItemBackgroundFocus Texture
GuiItemBackgroundUp Texture
InventoryContent List
RaftPrefab GameObject
TorchPrefab GameObject
myCustomSkinThing GUISkin

Méthodes publiques

Méthode Description
InventoryWindowMethod ( int windowId ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
UseItem ( int i ) : void

Private Methods

Méthode Description
checkPreconditions ( string pre ) : bool
getFirstEmpty ( ) : int
getPosOf ( string name ) : int
hasPickedUp ( string name ) : bool

Method Details

InventoryWindowMethod() public méthode

public InventoryWindowMethod ( int windowId ) : void
windowId int
Résultat void

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

UseItem() public méthode

public UseItem ( int i ) : void
i int
Résultat void

Property Details

DummyContent public_oe property

public Texture DummyContent
Résultat Texture

GuiBackground public_oe property

public Texture GuiBackground
Résultat Texture

GuiItemBackgroundDown public_oe property

public Texture GuiItemBackgroundDown
Résultat Texture

GuiItemBackgroundFocus public_oe property

public Texture GuiItemBackgroundFocus
Résultat Texture

GuiItemBackgroundUp public_oe property

public Texture GuiItemBackgroundUp
Résultat Texture

InventoryContent public_oe property

public List InventoryContent
Résultat List

RaftPrefab public_oe property

public GameObject RaftPrefab
Résultat GameObject

TorchPrefab public_oe property

public GameObject TorchPrefab
Résultat GameObject

myCustomSkinThing public_oe property

public GUISkin myCustomSkinThing
Résultat GUISkin