C# Class UnityEditor.PrefKey

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

Méthodes publiques

Méthode Description
FromUniqueString ( string s ) : void
Load ( ) : void
PrefKey ( ) : System
PrefKey ( string name, string shortcut ) : 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

PrefKey() public méthode

public PrefKey ( ) : System
Résultat System

PrefKey() public méthode

public PrefKey ( string name, string shortcut ) : System
name string
shortcut string
Résultat System

ToUniqueString() public méthode

public ToUniqueString ( ) : string
Résultat string