C# Class UnityEditor.PrefKey

Inheritance: IPrefType
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
FromUniqueString ( string s ) : void
Load ( ) : void
PrefKey ( ) : System
PrefKey ( string name, string shortcut ) : System
ToUniqueString ( ) : string

Private Methods

Method Description
ResetToDefault ( ) : void

Method Details

FromUniqueString() public method

public FromUniqueString ( string s ) : void
s string
return void

Load() public method

public Load ( ) : void
return void

PrefKey() public method

public PrefKey ( ) : System
return System

PrefKey() public method

public PrefKey ( string name, string shortcut ) : System
name string
shortcut string
return System

ToUniqueString() public method

public ToUniqueString ( ) : string
return string