Метод | Описание | |
---|---|---|
AddModel ( |
||
AddMove ( MoveModel model ) : void | ||
AddPokemon ( PokemonModel model ) : void | ||
AddTexture ( TextureModel textureModel ) : void | ||
Create ( string folderPath ) : |
||
GameModeModel ( ) : Pokemon3D.DataModel | ||
Open ( string folderPath ) : |
Метод | Описание | |
---|---|---|
EnsureDefaultFoldersExists ( string folderPath ) : void | ||
ReadContentFolder ( |
||
ReadDataFolder ( |
public AddModel ( |
||
model | ||
Результат | void |
public AddPokemon ( PokemonModel model ) : void | ||
model | PokemonModel | |
Результат | void |
public AddTexture ( TextureModel textureModel ) : void | ||
textureModel | TextureModel | |
Результат | void |
public static Create ( string folderPath ) : |
||
folderPath | string | |
Результат |
public GameModeModel ( ) : Pokemon3D.DataModel | ||
Результат | Pokemon3D.DataModel |
public static Open ( string folderPath ) : |
||
folderPath | string | |
Результат |