Method | Description | |
---|---|---|
DestroyBuffer ( FGTextBuffer buffer ) : void | ||
GetBuffer ( UnityEngine target ) : FGTextBuffer | ||
OnAssetMoved ( string assetPath ) : void | ||
OnAssetReimported ( string assetPath ) : void | ||
SaveAllModified ( bool onQuit ) : void |
Method | Description | |
---|---|---|
CompileErrorsCheck ( ) : void | ||
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void | ||
FGTextBufferManager ( ) : System | ||
OnEnable ( ) : void | ||
OnPlaymodeStateChanged ( ) : void |
public static DestroyBuffer ( FGTextBuffer buffer ) : void | ||
buffer | FGTextBuffer | |
return | void |
public static GetBuffer ( UnityEngine target ) : FGTextBuffer | ||
target | UnityEngine | |
return | FGTextBuffer |
public OnAssetMoved ( string assetPath ) : void | ||
assetPath | string | |
return | void |
public OnAssetReimported ( string assetPath ) : void | ||
assetPath | string | |
return | void |
public static SaveAllModified ( bool onQuit ) : void | ||
onQuit | bool | |
return | void |