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

상속: PBXObjectData
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
buildConfigList string
knownAssetTags List
projectReferences List
targets List

Private Properties

프로퍼티 타입 설명
PBXProjectObjectData System

공개 메소드들

메소드 설명
AddReference ( string productGroup, string projectRef ) : void
UpdateProps ( ) : void
UpdateVars ( ) : void

비공개 메소드들

메소드 설명
PBXProjectObjectData ( ) : System

메소드 상세

AddReference() 공개 메소드

public AddReference ( string productGroup, string projectRef ) : void
productGroup string
projectRef string
리턴 void

UpdateProps() 공개 메소드

public UpdateProps ( ) : void
리턴 void

UpdateVars() 공개 메소드

public UpdateVars ( ) : void
리턴 void

프로퍼티 상세

buildConfigList 공개적으로 프로퍼티

public string buildConfigList
리턴 string

knownAssetTags 공개적으로 프로퍼티

public List knownAssetTags
리턴 List

projectReferences 공개적으로 프로퍼티

public List projectReferences
리턴 List

targets 공개적으로 프로퍼티

public List targets
리턴 List