C# 클래스 UnityEditor.PrefKey

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

공개 메소드들

메소드 설명
FromUniqueString ( string s ) : void
Load ( ) : void
PrefKey ( ) : System
PrefKey ( string name, string shortcut ) : System
ToUniqueString ( ) : string

비공개 메소드들

메소드 설명
ResetToDefault ( ) : void

메소드 상세

FromUniqueString() 공개 메소드

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

Load() 공개 메소드

public Load ( ) : void
리턴 void

PrefKey() 공개 메소드

public PrefKey ( ) : System
리턴 System

PrefKey() 공개 메소드

public PrefKey ( string name, string shortcut ) : System
name string
shortcut string
리턴 System

ToUniqueString() 공개 메소드

public ToUniqueString ( ) : string
리턴 string