C# Class UnityEditor.AboutWindow

Inheritance: EditorWindow
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
UpdateScroll ( ) : void

Private Methods

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

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

UpdateScroll() public méthode

public UpdateScroll ( ) : void
Résultat void