C# 클래스 TrafficManager.LoadingExtension

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

공개 프로퍼티들

프로퍼티 타입 설명
Instance LoadingExtension
IsPathManagerCompatible bool
IsPathManagerReplaced bool

공개 메소드들

메소드 설명
EnableTool ( ) : void
LoadingExtension ( ) : System
OnCreated ( ILoading loading ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnLevelUnloading ( ) : void
OnReleased ( ) : void
SetToolMode ( TrafficManagerMode mode ) : void
initDetours ( ) : void
revertDetours ( ) : void

비공개 메소드들

메소드 설명
DestroyTool ( ) : void
IsGameLoaded ( ) : bool
determinePathManagerCompatible ( ) : void

메소드 상세

EnableTool() 공개 메소드

public EnableTool ( ) : void
리턴 void

LoadingExtension() 공개 메소드

public LoadingExtension ( ) : System
리턴 System

OnCreated() 공개 메소드

public OnCreated ( ILoading loading ) : void
loading ILoading
리턴 void

OnLevelLoaded() 공개 메소드

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
리턴 void

OnLevelUnloading() 공개 메소드

public OnLevelUnloading ( ) : void
리턴 void

OnReleased() 공개 메소드

public OnReleased ( ) : void
리턴 void

SetToolMode() 공개 메소드

public SetToolMode ( TrafficManagerMode mode ) : void
mode TrafficManagerMode
리턴 void

initDetours() 공개 메소드

public initDetours ( ) : void
리턴 void

revertDetours() 공개 메소드

public revertDetours ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static LoadingExtension,TrafficManager Instance
리턴 LoadingExtension

IsPathManagerCompatible 공개적으로 정적으로 프로퍼티

public static bool IsPathManagerCompatible
리턴 bool

IsPathManagerReplaced 공개적으로 정적으로 프로퍼티

public static bool IsPathManagerReplaced
리턴 bool