C# Class UnityMenu, casanova-mk2

Inheritance: MonoBehaviour
Exibir arquivo Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
AmountOfPlayers int
MapName string
MapSelectNumber int

Public Methods

Method Description
GetMenu ( string name ) : UnityMenu,
pointerFunction ( bool entered ) : void

Method Details

GetMenu() public static method

public static GetMenu ( string name ) : UnityMenu,
name string
return UnityMenu,

pointerFunction() public method

public pointerFunction ( bool entered ) : void
entered bool
return void

Property Details

AmountOfPlayers public_oe static_oe property

public static int AmountOfPlayers
return int

MapName public_oe static_oe property

public static string MapName
return string

MapSelectNumber public_oe static_oe property

public static int MapSelectNumber
return int