C# Class Fusion.Editor.Editor

ファイルを表示 Open project: demiurghg/FusionEngine

Public Methods

Method Description
CloseAll ( ) : void
Open ( Game game, string name, string extension, Type baseType ) : void

Opens editor

Method Details

CloseAll() public static method

public static CloseAll ( ) : void
return void

Open() public static method

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