C# Class FGCodeWindow, Zombayo

Inheritance: EditorWindow
ファイルを表示 Open project: pchernev/Zombayo Class Usage Examples

Public Methods

Method Description
CheckAssetRename ( string guid ) : void
OpenAssetInTab ( string guid ) : void
OpenAssetInTab ( string guid, int line ) : void
OpenNewWindow ( ) : FGCodeWindow,
OpenNewWindow ( Object target ) : FGCodeWindow,
OpenNewWindow ( Object target, FGCodeWindow, nextTo ) : FGCodeWindow,
OpenNewWindow ( Object target, FGCodeWindow, nextTo, bool reuseExisting ) : FGCodeWindow,
RepaintAllWindows ( ) : void

Private Methods

Method Description
CreateTextAsset ( ) : void
EditMaterialShader ( MenuCommand mc ) : void
FGCodeWindow ( ) : System.Collections.Generic
GetAdjacentCodeTab ( bool right ) : FGCodeWindow,
InitOnLoad ( ) : void
MaterialContextMenuToShaderGUID ( MenuCommand mc ) : string
MoveThisTab ( bool right ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnFirstUpdate ( ) : void
OnGUI ( ) : void
OnProjectItemGUI ( string item, Rect selectionRect ) : void
OnTextBufferChanged ( ) : void
OpenBehaviourScript ( MenuCommand mc ) : void
PingLine ( int line ) : void
PingLineWhenLoaded ( ) : void
SelectAdjacentCodeTab ( bool right ) : void
TryDockNextToSimilarTab ( FGCodeWindow, nextTo ) : bool
UpdateWindowTitle ( ) : void
ValidateEditMaterialShader ( MenuCommand mc ) : bool

Method Details

CheckAssetRename() public static method

public static CheckAssetRename ( string guid ) : void
guid string
return void

OpenAssetInTab() public static method

public static OpenAssetInTab ( string guid ) : void
guid string
return void

OpenAssetInTab() public static method

public static OpenAssetInTab ( string guid, int line ) : void
guid string
line int
return void

OpenNewWindow() public static method

public static OpenNewWindow ( ) : FGCodeWindow,
return FGCodeWindow,

OpenNewWindow() public static method

public static OpenNewWindow ( Object target ) : FGCodeWindow,
target Object
return FGCodeWindow,

OpenNewWindow() public static method

public static OpenNewWindow ( Object target, FGCodeWindow, nextTo ) : FGCodeWindow,
target Object
nextTo FGCodeWindow,
return FGCodeWindow,

OpenNewWindow() public static method

public static OpenNewWindow ( Object target, FGCodeWindow, nextTo, bool reuseExisting ) : FGCodeWindow,
target Object
nextTo FGCodeWindow,
reuseExisting bool
return FGCodeWindow,

RepaintAllWindows() public static method

public static RepaintAllWindows ( ) : void
return void