C# 클래스 Facebook.Unity.Editor.FixupFiles

파일 보기 프로젝트 열기: facebook/facebook-sdk-for-unity 1 사용 예제들

공개 메소드들

메소드 설명
AddVersionDefine ( string path ) : void
FixColdStart ( string path ) : void
FixSimulator ( string path ) : void

보호된 메소드들

메소드 설명
Load ( string fullPath ) : string
Save ( string fullPath, string data ) : void

비공개 메소드들

메소드 설명
GetUnityVersionNumber ( ) : int

메소드 상세

AddVersionDefine() 공개 정적인 메소드

public static AddVersionDefine ( string path ) : void
path string
리턴 void

FixColdStart() 공개 정적인 메소드

public static FixColdStart ( string path ) : void
path string
리턴 void

FixSimulator() 공개 정적인 메소드

public static FixSimulator ( string path ) : void
path string
리턴 void

Load() 보호된 정적인 메소드

protected static Load ( string fullPath ) : string
fullPath string
리턴 string

Save() 보호된 정적인 메소드

protected static Save ( string fullPath, string data ) : void
fullPath string
data string
리턴 void