C# 클래스 PolygonEditorXna.IO.FileLoader

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
LoadShapeCollection ( string fileName ) : void
LoadShapeCollection ( string fileName, ReplaceOrInsert replaceOrInsert ) : void
LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void

비공개 메소드들

메소드 설명
AdvancedClick ( Window callingWindow ) : void
CreateMbmb ( string fileName ) : MultiButtonMessageBox
InsertClicked ( Window callingWindow ) : void
ReplaceClicked ( Window callingWindow ) : void

메소드 상세

LoadShapeCollection() 공개 정적인 메소드

public static LoadShapeCollection ( string fileName ) : void
fileName string
리턴 void

LoadShapeCollection() 공개 정적인 메소드

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

LoadShapeCollectionAskReplaceOrInsert() 공개 정적인 메소드

public static LoadShapeCollectionAskReplaceOrInsert ( string fileName ) : void
fileName string
리턴 void