C# 클래스 Hugula.Editor.ExportResources

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

공개 프로퍼티들

프로퍼티 타입 설명
luacPath string

공개 메소드들

메소드 설명
CheckDirectory ( string fullPath ) : void
DeleteStreamingOutPath ( ) : void
DirectoryDelete ( string path ) : void
GenerateIV ( ) : void
GenerateKey ( ) : void
addFiles ( string direPath, string suffix, List files, bool isMatch = true ) : void
buildAssetBundlesUpdateAB ( ) : void

Builds the asset bundles update A.

exportConfig ( ) : void
exportLanguage ( ) : void
exportLua ( ) : void
exportPublish ( ) : void
getAllChildFiles ( string path, string suffix = "lua", List files = null, bool isMatch = true ) : List

비공개 메소드들

메소드 설명
GetIV ( ) : byte[]
GetKey ( ) : byte[]
checkLuaChildDirectory ( string fullpath ) : void
checkLuaExportPath ( ) : void

메소드 상세

CheckDirectory() 공개 정적인 메소드

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

DeleteStreamingOutPath() 공개 정적인 메소드

public static DeleteStreamingOutPath ( ) : void
리턴 void

DirectoryDelete() 공개 정적인 메소드

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

GenerateIV() 공개 정적인 메소드

public static GenerateIV ( ) : void
리턴 void

GenerateKey() 공개 정적인 메소드

public static GenerateKey ( ) : void
리턴 void

addFiles() 공개 정적인 메소드

public static addFiles ( string direPath, string suffix, List files, bool isMatch = true ) : void
direPath string
suffix string
files List
isMatch bool
리턴 void

buildAssetBundlesUpdateAB() 공개 정적인 메소드

Builds the asset bundles update A.
public static buildAssetBundlesUpdateAB ( ) : void
리턴 void

exportConfig() 공개 정적인 메소드

public static exportConfig ( ) : void
리턴 void

exportLanguage() 공개 정적인 메소드

public static exportLanguage ( ) : void
리턴 void

exportLua() 공개 정적인 메소드

public static exportLua ( ) : void
리턴 void

exportPublish() 공개 정적인 메소드

public static exportPublish ( ) : void
리턴 void

getAllChildFiles() 공개 정적인 메소드

public static getAllChildFiles ( string path, string suffix = "lua", List files = null, bool isMatch = true ) : List
path string
suffix string
files List
isMatch bool
리턴 List

프로퍼티 상세

luacPath 공개적으로 정적으로 프로퍼티

public static string luacPath
리턴 string