C# 클래스 UnityEditor.PrefColor

상속: IPrefType
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
FromUniqueString ( string s ) : void
Load ( ) : void
PrefColor ( ) : System
PrefColor ( string name, float defaultRed, float defaultGreen, float defaultBlue, float defaultAlpha ) : System
ToUniqueString ( ) : string

비공개 메소드들

메소드 설명
ResetToDefault ( ) : void

메소드 상세

FromUniqueString() 공개 메소드

public FromUniqueString ( string s ) : void
s string
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

PrefColor() 공개 메소드

public PrefColor ( ) : System
리턴 System

PrefColor() 공개 메소드

public PrefColor ( string name, float defaultRed, float defaultGreen, float defaultBlue, float defaultAlpha ) : System
name string
defaultRed float
defaultGreen float
defaultBlue float
defaultAlpha float
리턴 System

ToUniqueString() 공개 메소드

public ToUniqueString ( ) : string
리턴 string