C# Class UnityEditor.AboutWindow

Inheritance: EditorWindow
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
UpdateScroll ( ) : void

Private Methods

Method Description
DoCreditsNameChunk ( string nameChunk, float creditsWidth, float creditsChunkYOffset ) : float
FormatExtensionVersionString ( ) : string
ListenForSecretCodes ( ) : void
LoadLogos ( ) : void
SecretCodeHasBeenTyped ( string code, int &characterProgress ) : bool
ShowAboutWindow ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

UpdateScroll() public method

public UpdateScroll ( ) : void
return void