C# 클래스 FlatRedBall.Glue.Data.PluginSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
PluginsToIgnore List

공개 메소드들

메소드 설명
FileExists ( string glueProjectFolder ) : bool
Load ( string glueProjectFolder ) : PluginSettings
Save ( string glueProjectFolder ) : void

메소드 상세

FileExists() 공개 정적인 메소드

public static FileExists ( string glueProjectFolder ) : bool
glueProjectFolder string
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string glueProjectFolder ) : PluginSettings
glueProjectFolder string
리턴 PluginSettings

Save() 공개 메소드

public Save ( string glueProjectFolder ) : void
glueProjectFolder string
리턴 void

프로퍼티 상세

PluginsToIgnore 공개적으로 프로퍼티

public List PluginsToIgnore
리턴 List