C# Class UnityEditor.PrefColor

Inheritance: IPrefType
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
FromUniqueString ( string s ) : void
Load ( ) : void
PrefColor ( ) : System
PrefColor ( string name, float defaultRed, float defaultGreen, float defaultBlue, float defaultAlpha ) : System
ToUniqueString ( ) : string

Private Methods

Méthode Description
ResetToDefault ( ) : void

Method Details

FromUniqueString() public méthode

public FromUniqueString ( string s ) : void
s string
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

PrefColor() public méthode

public PrefColor ( ) : System
Résultat System

PrefColor() public méthode

public PrefColor ( string name, float defaultRed, float defaultGreen, float defaultBlue, float defaultAlpha ) : System
name string
defaultRed float
defaultGreen float
defaultBlue float
defaultAlpha float
Résultat System

ToUniqueString() public méthode

public ToUniqueString ( ) : string
Résultat string