Méthode | Description | |
---|---|---|
GetAssetPath ( object graphData ) : string | ||
Log ( string message ) : void | ||
LogException ( |
||
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 |
public GetAssetPath ( object graphData ) : string | ||
graphData | object | |
Résultat | string |
public LogException ( |
||
ex | ||
Résultat | void |
public MessageBox ( string title, string message, string ok ) : bool | ||
title | string | |
message | string | |
ok | string | |
Résultat | bool |
public MessageBox ( string title, string message, string ok, string cancel ) : bool | ||
title | string | |
message | string | |
ok | string | |
cancel | string | |
Résultat | bool |
public OpenScriptFile ( string filePath ) : void | ||
filePath | string | |
Résultat | void |
public Progress ( float progress, string message ) : void | ||
progress | float | |
message | string | |
Résultat | void |