C# Класс TrafficManager.UI.UITrafficManager

Наследование: UIPanel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
TrafficLightTool TrafficLightTool

Открытые методы

Метод Описание
Start ( ) : void
Update ( ) : void
deactivateButtons ( ) : void

Removes the focused sprite from all menu buttons

Приватные методы

Метод Описание
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

Описание методов

Start() публичный Метод

public Start ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

deactivateButtons() публичный статический Метод

Removes the focused sprite from all menu buttons
public static deactivateButtons ( ) : void
Результат void

Описание свойств

TrafficLightTool публичное статическое свойство

public static TrafficLightTool TrafficLightTool
Результат TrafficLightTool