C# Class Pokemon3D.Editor.Core.Model.GameModeModel

Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
AddModel ( ModelModel model ) : void
AddMove ( MoveModel model ) : void
AddPokemon ( PokemonModel model ) : void
AddTexture ( TextureModel textureModel ) : void
Create ( string folderPath ) : GameModeModel
GameModeModel ( ) : Pokemon3D.DataModel
Open ( string folderPath ) : GameModeModel

Private Methods

Method Description
EnsureDefaultFoldersExists ( string folderPath ) : void
ReadContentFolder ( GameModeModel model, string folderPath ) : void
ReadDataFolder ( GameModeModel gameMode, string folderPath ) : void

Method Details

AddModel() public method

public AddModel ( ModelModel model ) : void
model ModelModel
return void

AddMove() public method

public AddMove ( MoveModel model ) : void
model MoveModel
return void

AddPokemon() public method

public AddPokemon ( PokemonModel model ) : void
model PokemonModel
return void

AddTexture() public method

public AddTexture ( TextureModel textureModel ) : void
textureModel TextureModel
return void

Create() public static method

public static Create ( string folderPath ) : GameModeModel
folderPath string
return GameModeModel

GameModeModel() public method

public GameModeModel ( ) : Pokemon3D.DataModel
return Pokemon3D.DataModel

Open() public static method

public static Open ( string folderPath ) : GameModeModel
folderPath string
return GameModeModel