C# 클래스 Invert.Core.GraphDesigner.Unity.UFrameSettings

상속: IGraphEditorSettings
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
GetColorPref ( string name, Color def ) : Color
SetColorPref ( string name, Color value ) : void

메소드 상세

GetColorPref() 공개 메소드

public GetColorPref ( string name, Color def ) : Color
name string
def Color
리턴 Color

SetColorPref() 공개 메소드

public SetColorPref ( string name, Color value ) : void
name string
value Color
리턴 void