C# Class Sol.InGameMainMenu

Inheritance: Menu
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
externalLink UnityEngine.UI.Button
openCraftingToggle Toggle
openInventoryToggle Toggle
openLogFilesToggle Toggle
openMapToggle Toggle
openSystemToggle Toggle
targetUrl string

Méthodes publiques

Méthode Description
Close ( ) : void
OpenCrafting ( bool b = true ) : void
OpenExternalLink ( ) : void
OpenInventory ( bool b = true ) : void
OpenInventoryTransfer ( bool b = true, bool transfer = false ) : void
OpenLogs ( bool b = true ) : void
OpenMap ( bool b = true ) : void
OpenSystem ( bool b = true ) : void

Private Methods

Méthode Description
Awake ( ) : void
CloseAll ( ) : void
Update ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

OpenCrafting() public méthode

public OpenCrafting ( bool b = true ) : void
b bool
Résultat void

OpenExternalLink() public méthode

public OpenExternalLink ( ) : void
Résultat void

OpenInventory() public méthode

public OpenInventory ( bool b = true ) : void
b bool
Résultat void

OpenInventoryTransfer() public méthode

public OpenInventoryTransfer ( bool b = true, bool transfer = false ) : void
b bool
transfer bool
Résultat void

OpenLogs() public méthode

public OpenLogs ( bool b = true ) : void
b bool
Résultat void

OpenMap() public méthode

public OpenMap ( bool b = true ) : void
b bool
Résultat void

OpenSystem() public méthode

public OpenSystem ( bool b = true ) : void
b bool
Résultat void

Property Details

externalLink public_oe property

public Button,UnityEngine.UI externalLink
Résultat UnityEngine.UI.Button

openCraftingToggle public_oe property

public Toggle openCraftingToggle
Résultat Toggle

openInventoryToggle public_oe property

public Toggle openInventoryToggle
Résultat Toggle

openLogFilesToggle public_oe property

public Toggle openLogFilesToggle
Résultat Toggle

openMapToggle public_oe property

public Toggle openMapToggle
Résultat Toggle

openSystemToggle public_oe property

public Toggle openSystemToggle
Résultat Toggle

targetUrl public_oe property

public string targetUrl
Résultat string