C# Class MiningGame.Code.Managers.PlayerBind

显示文件 Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
buttonBoundName string
consoleCommandOnPressed string
constant bool

Public Methods

Method Description
PlayerBind ( string buttonBoundName, string consoleCommandOnPressed, bool constant ) : System

Method Details

PlayerBind() public method

public PlayerBind ( string buttonBoundName, string consoleCommandOnPressed, bool constant ) : System
buttonBoundName string
consoleCommandOnPressed string
constant bool
return System

Property Details

buttonBoundName public_oe property

public string buttonBoundName
return string

consoleCommandOnPressed public_oe property

public string consoleCommandOnPressed
return string

constant public_oe property

public bool constant
return bool