C# 클래스 UnityEditor.KabamXCodeEditor.PBXBuildFile

상속: PBXObject
파일 보기 프로젝트 열기: Kabam/XCodeEditor-for-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
AddCompilerFlag ( string flag ) : bool
PBXBuildFile ( PBXFileReference fileRef, bool weak = false ) : System.Collections
PBXBuildFile ( string guid, PBXDictionary dictionary ) : System.Collections
SetWeakLink ( bool weak = false ) : bool

메소드 상세

AddCompilerFlag() 공개 메소드

public AddCompilerFlag ( string flag ) : bool
flag string
리턴 bool

PBXBuildFile() 공개 메소드

public PBXBuildFile ( PBXFileReference fileRef, bool weak = false ) : System.Collections
fileRef PBXFileReference
weak bool
리턴 System.Collections

PBXBuildFile() 공개 메소드

public PBXBuildFile ( string guid, PBXDictionary dictionary ) : System.Collections
guid string
dictionary PBXDictionary
리턴 System.Collections

SetWeakLink() 공개 메소드

public SetWeakLink ( bool weak = false ) : bool
weak bool
리턴 bool

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string