C# Class Invert.Core.GraphDesigner.Unity.UnityPlatform

Inheritance: DiagramPlugin, IPlatformOperations, IDebugLogger
Mostra file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
GetAssetPath ( object graphData ) : string
Log ( string message ) : void
LogException ( Exception ex ) : void
MessageBox ( string title, string message, string ok ) : bool
MessageBox ( string title, string message, string ok, string cancel ) : bool
OpenLink ( string link ) : void
OpenScriptFile ( string filePath ) : void
Progress ( float progress, string message ) : void
RefreshAssets ( ) : void
SaveAssets ( ) : void

Method Details

GetAssetPath() public method

public GetAssetPath ( object graphData ) : string
graphData object
return string

Log() public method

public Log ( string message ) : void
message string
return void

LogException() public method

public LogException ( Exception ex ) : void
ex System.Exception
return void

MessageBox() public method

public MessageBox ( string title, string message, string ok ) : bool
title string
message string
ok string
return bool

MessageBox() public method

public MessageBox ( string title, string message, string ok, string cancel ) : bool
title string
message string
ok string
cancel string
return bool

OpenLink() public method

public OpenLink ( string link ) : void
link string
return void

OpenScriptFile() public method

public OpenScriptFile ( string filePath ) : void
filePath string
return void

Progress() public method

public Progress ( float progress, string message ) : void
progress float
message string
return void

RefreshAssets() public method

public RefreshAssets ( ) : void
return void

SaveAssets() public method

public SaveAssets ( ) : void
return void