C# 클래스 TrafficManager.UI.UITrafficManager

상속: UIPanel
파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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