C# Class Invert.Core.GraphDesigner.Unity.UFrameSettings

Inheritance: IGraphEditorSettings
Mostra file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
GetColorPref ( string name, Color def ) : Color
SetColorPref ( string name, Color value ) : void

Method Details

GetColorPref() public method

public GetColorPref ( string name, Color def ) : Color
name string
def Color
return Color

SetColorPref() public method

public SetColorPref ( string name, Color value ) : void
name string
value Color
return void