C# Class MainShopMenu

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

Public Properties

Property Type Description
buttons GUIStyle

Protected Properties

Property Type Description
buyOption string
closeOption string
distance int
greeting string
sellOption string
shopDoor string
showMenu bool
sizeFont int

Public Methods

Method Description
inBoundaries ( ) : bool
inHeightBoundaries ( ) : bool
inWidthBoundaries ( ) : bool
shopEnabled ( ) : bool

Protected Methods

Method Description
OnGUI ( ) : void
clicked ( ) : void

Method Details

OnGUI() protected method

protected OnGUI ( ) : void
return void

clicked() protected method

protected clicked ( ) : void
return void

inBoundaries() public method

public inBoundaries ( ) : bool
return bool

inHeightBoundaries() public method

public inHeightBoundaries ( ) : bool
return bool

inWidthBoundaries() public method

public inWidthBoundaries ( ) : bool
return bool

shopEnabled() public method

public shopEnabled ( ) : bool
return bool

Property Details

buttons public property

public GUIStyle buttons
return GUIStyle

buyOption protected property

protected string buyOption
return string

closeOption protected property

protected string closeOption
return string

distance protected property

protected int distance
return int

greeting protected property

protected string greeting
return string

sellOption protected property

protected string sellOption
return string

shopDoor protected property

protected string shopDoor
return string

showMenu protected property

protected bool showMenu
return bool

sizeFont protected property

protected int sizeFont
return int