C# Class LuaScriptEditor, OpenWorldGame

Afficher le fichier Open project: nottvlike/OpenWorldGame Class Usage Examples

Méthodes publiques

Méthode Description
CopyScript ( ) : void
EncryptScript ( string content ) : string
GenerateScriptVersionContent ( UpdateModuleMessage, &assetBundle ) : void
GetAllScriptFile ( string scriptPath, List fileList ) : void

Method Details

CopyScript() public static méthode

public static CopyScript ( ) : void
Résultat void

EncryptScript() public static méthode

public static EncryptScript ( string content ) : string
content string
Résultat string

GenerateScriptVersionContent() public static méthode

public static GenerateScriptVersionContent ( UpdateModuleMessage, &assetBundle ) : void
assetBundle UpdateModuleMessage,
Résultat void

GetAllScriptFile() public static méthode

public static GetAllScriptFile ( string scriptPath, List fileList ) : void
scriptPath string
fileList List
Résultat void