C# Class Invert.Core.GraphDesigner.Unity.KoinoniaSystem.Classes.UFramePackage

Inheritance: IUFramePackage
Afficher le fichier Open project: InvertGames/uFrame.Editor Class Usage Examples

Méthodes publiques

Méthode Description
Install ( ) : void
NeedsInstall ( ) : bool
NeedsUpdate ( ) : bool
OnLoaded ( ) : void
Uninstall ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetGuidFromAttribute ( ) : string
GetVersionTagFromAttribute ( ) : string

Method Details

Install() public méthode

public Install ( ) : void
Résultat void

NeedsInstall() public méthode

public NeedsInstall ( ) : bool
Résultat bool

NeedsUpdate() public méthode

public NeedsUpdate ( ) : bool
Résultat bool

OnLoaded() public méthode

public OnLoaded ( ) : void
Résultat void

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void