C# Class MuMech.MuMechGUI.Group

ファイルを表示 Open project: sirkut/InfernalRobotics

Public Properties

Property Type Description
forwardKey string
groupTotalECRequirement float
name string
reverseKey string
servos List
showGUI bool
speed string

Public Methods

Method Description
Group ( ) : System
Group ( MuMechToggle servo ) : System

Method Details

Group() public method

public Group ( ) : System
return System

Group() public method

public Group ( MuMechToggle servo ) : System
servo MuMechToggle
return System

Property Details

forwardKey public_oe property

public string forwardKey
return string

groupTotalECRequirement public_oe property

public float groupTotalECRequirement
return float

name public_oe property

public string name
return string

reverseKey public_oe property

public string reverseKey
return string

servos public_oe property

public List servos
return List

showGUI public_oe property

public bool showGUI
return bool

speed public_oe property

public string speed
return string