C# 클래스 UnityEditor.iOS.Xcode.PBX.GUIDToCommentMap

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

공개 메소드들

메소드 설명
Add ( string guid, string comment ) : void
Remove ( string guid ) : void
Write ( string guid ) : string
WriteStringBuilder ( StringBuilder sb, string guid ) : void
this ( string guid ) : string

메소드 상세

Add() 공개 메소드

public Add ( string guid, string comment ) : void
guid string
comment string
리턴 void

Remove() 공개 메소드

public Remove ( string guid ) : void
guid string
리턴 void

Write() 공개 메소드

public Write ( string guid ) : string
guid string
리턴 string

WriteStringBuilder() 공개 메소드

public WriteStringBuilder ( StringBuilder sb, string guid ) : void
sb StringBuilder
guid string
리턴 void

this() 공개 메소드

public this ( string guid ) : string
guid string
리턴 string