C# 클래스 LuaScriptEditor, OpenWorldGame

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

공개 메소드들

메소드 설명
CopyScript ( ) : void
EncryptScript ( string content ) : string
GenerateScriptVersionContent ( UpdateModuleMessage, &assetBundle ) : void
GetAllScriptFile ( string scriptPath, List fileList ) : void

메소드 상세

CopyScript() 공개 정적인 메소드

public static CopyScript ( ) : void
리턴 void

EncryptScript() 공개 정적인 메소드

public static EncryptScript ( string content ) : string
content string
리턴 string

GenerateScriptVersionContent() 공개 정적인 메소드

public static GenerateScriptVersionContent ( UpdateModuleMessage, &assetBundle ) : void
assetBundle UpdateModuleMessage,
리턴 void

GetAllScriptFile() 공개 정적인 메소드

public static GetAllScriptFile ( string scriptPath, List fileList ) : void
scriptPath string
fileList List
리턴 void