C# Class PolygonEditorXna.IO.FileLoader

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
LoadShapeCollection ( string fileName ) : void
LoadShapeCollection ( string fileName, ReplaceOrInsert replaceOrInsert ) : void
LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void

Private Methods

Méthode Description
AdvancedClick ( Window callingWindow ) : void
CreateMbmb ( string fileName ) : MultiButtonMessageBox
InsertClicked ( Window callingWindow ) : void
ReplaceClicked ( Window callingWindow ) : void

Method Details

LoadShapeCollection() public static méthode

public static LoadShapeCollection ( string fileName ) : void
fileName string
Résultat void

LoadShapeCollection() public static méthode

public static LoadShapeCollection ( string fileName, ReplaceOrInsert replaceOrInsert ) : void
fileName string
replaceOrInsert ReplaceOrInsert
Résultat void

LoadShapeCollectionAskReplaceOrInsert() public static méthode

public static LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void
fileName string
Résultat void