C# Class Fusion.Editor.Editor

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
CloseAll ( ) : void
Open ( Game game, string name, string extension, Type baseType ) : void

Opens editor

Method Details

CloseAll() public static méthode

public static CloseAll ( ) : void
Résultat void

Open() public static méthode

Opens editor
public static Open ( Game game, string name, string extension, Type baseType ) : void
game Game
name string
extension string
baseType System.Type
Résultat void