C# Class GameDevWare.Charon.Windows.GameDataEditorWindow

Inheritance: WebViewEditorWindow, IHasCustomMenu
Show file Open project: deniszykov/charon-unity3d Class Usage Examples

Public Methods

Method Description
GameDataEditorWindow ( ) : System

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
IHasCustomMenu ( GenericMenu menu ) : void
LoadEditor ( string gameDataPath, string reference, Promise waitTask ) : IEnumerable
OnOpenAsset ( int instanceID, int exceptionId ) : bool
RunCancellableProgress ( string title, string message, float fromProgress, float toProgress, System.TimeSpan timeInterpolationWindow, Promise cancellation ) : IEnumerable

Method Details

Awake() protected method

protected Awake ( ) : void
return void

GameDataEditorWindow() public method

public GameDataEditorWindow ( ) : System
return System