C# Class MainShopMenu

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

Méthodes publiques

Свойство Type Description
buttons GUIStyle

Protected Properties

Свойство Type Description
buyOption string
closeOption string
distance int
greeting string
sellOption string
shopDoor string
showMenu bool
sizeFont int

Méthodes publiques

Méthode Description
inBoundaries ( ) : bool
inHeightBoundaries ( ) : bool
inWidthBoundaries ( ) : bool
shopEnabled ( ) : bool

Méthodes protégées

Méthode Description
OnGUI ( ) : void
clicked ( ) : void

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

clicked() protected méthode

protected clicked ( ) : void
Résultat void

inBoundaries() public méthode

public inBoundaries ( ) : bool
Résultat bool

inHeightBoundaries() public méthode

public inHeightBoundaries ( ) : bool
Résultat bool

inWidthBoundaries() public méthode

public inWidthBoundaries ( ) : bool
Résultat bool

shopEnabled() public méthode

public shopEnabled ( ) : bool
Résultat bool

Property Details

buttons public_oe property

public GUIStyle buttons
Résultat GUIStyle

buyOption protected_oe property

protected string buyOption
Résultat string

closeOption protected_oe property

protected string closeOption
Résultat string

distance protected_oe property

protected int distance
Résultat int

greeting protected_oe property

protected string greeting
Résultat string

sellOption protected_oe property

protected string sellOption
Résultat string

shopDoor protected_oe property

protected string shopDoor
Résultat string

showMenu protected_oe property

protected bool showMenu
Résultat bool

sizeFont protected_oe property

protected int sizeFont
Résultat int