C# 클래스 UnityEditor.GUID

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

공개 메소드들

메소드 설명
Empty ( ) : bool
Equals ( object obj ) : bool
GUID ( string hexRepresentation ) : System
GetHashCode ( ) : int
ParseExact ( string hex ) : bool
operator ( ) : bool

비공개 메소드들

메소드 설명
HexToGUIDInternal ( string hex, GUID &guid ) : void

메소드 상세

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GUID() 공개 메소드

public GUID ( string hexRepresentation ) : System
hexRepresentation string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ParseExact() 공개 메소드

public ParseExact ( string hex ) : bool
hex string
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool