C# Class TrafficManager.UI.UITrafficManager

Inheritance: UIPanel
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Свойство Type Description
TrafficLightTool TrafficLightTool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
deactivateButtons ( ) : void

Removes the focused sprite from all menu buttons

Private Methods

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

deactivateButtons() public static méthode

Removes the focused sprite from all menu buttons
public static deactivateButtons ( ) : void
Résultat void

Property Details

TrafficLightTool public_oe static_oe property

public static TrafficLightTool TrafficLightTool
Résultat TrafficLightTool