C# Class MuMech.MuMechGUI.Group

Show file 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 property

public string forwardKey
return string

groupTotalECRequirement public property

public float groupTotalECRequirement
return float

name public property

public string name
return string

reverseKey public property

public string reverseKey
return string

servos public property

public List servos
return List

showGUI public property

public bool showGUI
return bool

speed public property

public string speed
return string