C# Class ConsoleWindowConfig, unishell

Inheritance: UnityEngine.ScriptableObject
显示文件 Open project: rje/unishell Class Usage Examples

Public Properties

Property Type Description
background Color
foreground Color
initScripts List

Public Methods

Method Description
GetScriptContents ( ) : List

Method Details

GetScriptContents() public method

public GetScriptContents ( ) : List
return List

Property Details

background public_oe property

public Color background
return Color

foreground public_oe property

public Color foreground
return Color

initScripts public_oe property

public List initScripts
return List