C# 클래스 SpilIOSBuildPostProcess, spil_event_unity_plugin

상속: MonoBehaviour
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 메소드들

메소드 설명
CheckLatestPluginVersion ( ) : void
CheckSlotGameConifg ( ) : void
GetData ( string type ) : string
MoveDirectory ( string source, string target ) : void

비공개 메소드들

메소드 설명
GetFormData ( ) : WWWForm
OnPostprocessBuild ( BuildTarget, target, string pathToBuildProject ) : void

메소드 상세

CheckLatestPluginVersion() 공개 정적인 메소드

public static CheckLatestPluginVersion ( ) : void
리턴 void

CheckSlotGameConifg() 공개 정적인 메소드

public static CheckSlotGameConifg ( ) : void
리턴 void

GetData() 공개 정적인 메소드

public static GetData ( string type ) : string
type string
리턴 string

MoveDirectory() 공개 정적인 메소드

public static MoveDirectory ( string source, string target ) : void
source string
target string
리턴 void