C# Class XEditorSetting, WuxingogoExtension

Inheritance: XBaseWindow
Show file Open project: wuxingogo/WuxingogoExtension

Public Properties

Property Type Description
ProjectPath string
RelativeProjectPath string
TemplatesPath string
author string
codeFileHeader string
mail string
relativePath string

Public Methods

Method Description
OnXGUI ( ) : void
ShowAllIcon ( ) : void

Private Methods

Method Description
init ( ) : void

Method Details

OnXGUI() public method

public OnXGUI ( ) : void
return void

ShowAllIcon() public method

public ShowAllIcon ( ) : void
return void

Property Details

ProjectPath public static property

public static string ProjectPath
return string

RelativeProjectPath public static property

public static string RelativeProjectPath
return string

TemplatesPath public static property

public static string TemplatesPath
return string

author public static property

public static string author
return string

codeFileHeader public static property

file name, author, mail and time.
public static string codeFileHeader
return string

mail public static property

public static string mail
return string

relativePath public static property

public static string relativePath
return string