C# Class MBEditorUtility, Pharos

Utilities used by the editor
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Méthode 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 méthode

public static GetGameViewWindow ( ) : EditorWindow
Résultat EditorWindow

MakeTexturesReadable() public static méthode

public static MakeTexturesReadable ( ) : void
Résultat void

OnEditorSceneGUI() public static méthode

Called by Inspector classes to catch scene camera
public static OnEditorSceneGUI ( ) : void
Résultat void

SaveTextureAtlas() public static méthode

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