C# Class MBEditorUtility, Pharos

Utilities used by the editor
Mostra file Open project: rstaewen/Pharos

Public Methods

Method Description
GetGameViewWindow ( ) : EditorWindow
MakeTexturesReadable ( ) : void
OnEditorSceneGUI ( ) : void

Called by Inspector classes to catch scene camera

SaveTextureAtlas ( MBParticleSystem, sys ) : void

Saves TextureAtlas of a particle system to file

Method Details

GetGameViewWindow() public static method

public static GetGameViewWindow ( ) : EditorWindow
return EditorWindow

MakeTexturesReadable() public static method

public static MakeTexturesReadable ( ) : void
return void

OnEditorSceneGUI() public static method

Called by Inspector classes to catch scene camera
public static OnEditorSceneGUI ( ) : void
return void

SaveTextureAtlas() public static method

Saves TextureAtlas of a particle system to file
public static SaveTextureAtlas ( MBParticleSystem, sys ) : void
sys MBParticleSystem,
return void