C# 클래스 UnityEditor.FacebookEditor.ManifestMod

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

공개 메소드들

메소드 설명
CheckManifest ( ) : bool
GenerateManifest ( ) : void
UpdateManifest ( string fullPath ) : void

비공개 메소드들

메소드 설명
CreateDeepLinkingElement ( XmlDocument doc, string ns ) : XmlElement
CreateLoginElement ( XmlDocument doc, string ns ) : XmlElement
CreateUnityLoginElement ( XmlDocument doc, string ns ) : XmlElement
FindChildNode ( XmlNode parent, string name ) : XmlNode
FindElementWithAndroidName ( string name, string androidName, string ns, string value, XmlNode parent ) : XmlElement

메소드 상세

CheckManifest() 공개 정적인 메소드

public static CheckManifest ( ) : bool
리턴 bool

GenerateManifest() 공개 정적인 메소드

public static GenerateManifest ( ) : void
리턴 void

UpdateManifest() 공개 정적인 메소드

public static UpdateManifest ( string fullPath ) : void
fullPath string
리턴 void