C# Class TrafficManager.UI.UITrafficManager

Inheritance: UIPanel
Exibir arquivo Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Public Properties

Property Type Description
TrafficLightTool TrafficLightTool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
deactivateButtons ( ) : void

Removes the focused sprite from all menu buttons

Private Methods

Method Description
ClickToggleDespawn ( UIComponent component, UIMouseEventParameter eventParam ) : void
CreateTextField ( string str, int y ) : UITextField
_addStopSignPanel ( ) : void
_basePanel ( ) : void
_createButton ( string text, int y, MouseEventHandler eventClick ) : UIButton
_laneChangePanel ( ) : void
_manualSwitchPanel ( ) : void
_switchTrafficPanel ( ) : void
_timedControlLightsPanel ( ) : void
_timedControlNodesPanel ( ) : void
clickAddPrioritySigns ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickChangeLanes ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickClearTraffic ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickGoToNode ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickGoToSegment ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickGoToVehicle ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickManualControl ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickSpeedLimits ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickSwitchTraffic ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickTimedAdd ( UIComponent component, UIMouseEventParameter eventParam ) : void
clickVehicleRestrictions ( UIComponent component, UIMouseEventParameter eventParam ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

deactivateButtons() public static method

Removes the focused sprite from all menu buttons
public static deactivateButtons ( ) : void
return void

Property Details

TrafficLightTool public_oe static_oe property

public static TrafficLightTool TrafficLightTool
return TrafficLightTool