C# Class SFEditor.Settings

Show file Open project: cra0zy/SFEditor

Public Properties

Property Type Description
CurrentPlatform System.Platform
SettingsFile string
SuportedPlatformToolkits ToolkitType[]

Public Methods

Method Description
GetToolkit ( ) : ToolkitType
Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
Save ( ) : void
SetToolkit ( ToolkitType toolkitType ) : void

Method Details

GetToolkit() public static method

public static GetToolkit ( ) : ToolkitType
return ToolkitType

Init() public static method

public static Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
platform System.Platform
DefaultToolKit ToolkitType
supportedToolkits ToolkitType
return void

Save() public static method

public static Save ( ) : void
return void

SetToolkit() public static method

public static SetToolkit ( ToolkitType toolkitType ) : void
toolkitType ToolkitType
return void

Property Details

CurrentPlatform public static property

public static Platform,System CurrentPlatform
return System.Platform

SettingsFile public static property

public static string SettingsFile
return string

SuportedPlatformToolkits public static property

public static ToolkitType[] SuportedPlatformToolkits
return ToolkitType[]