C# Class PolygonEditorXna.IO.FileLoader

ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
LoadShapeCollection ( string fileName ) : void
LoadShapeCollection ( string fileName, ReplaceOrInsert replaceOrInsert ) : void
LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void

Private Methods

Method Description
AdvancedClick ( Window callingWindow ) : void
CreateMbmb ( string fileName ) : MultiButtonMessageBox
InsertClicked ( Window callingWindow ) : void
ReplaceClicked ( Window callingWindow ) : void

Method Details

LoadShapeCollection() public static method

public static LoadShapeCollection ( string fileName ) : void
fileName string
return void

LoadShapeCollection() public static method

public static LoadShapeCollection ( string fileName, ReplaceOrInsert replaceOrInsert ) : void
fileName string
replaceOrInsert ReplaceOrInsert
return void

LoadShapeCollectionAskReplaceOrInsert() public static method

public static LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void
fileName string
return void