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

Inheritance: IUFramePackage
显示文件 Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method Description
Install ( ) : void
NeedsInstall ( ) : bool
NeedsUpdate ( ) : bool
OnLoaded ( ) : void
Uninstall ( ) : void
Update ( ) : void

Private Methods

Method Description
GetGuidFromAttribute ( ) : string
GetVersionTagFromAttribute ( ) : string

Method Details

Install() public method

public Install ( ) : void
return void

NeedsInstall() public method

public NeedsInstall ( ) : bool
return bool

NeedsUpdate() public method

public NeedsUpdate ( ) : bool
return bool

OnLoaded() public method

public OnLoaded ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void

Update() public method

public Update ( ) : void
return void