C# Class YwPathMng, 2DPlatformer-SLua

Afficher le fichier Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Méthodes publiques

Свойство Type Description
DATA_CATAGORY_LUA string
FILE_AFFIX_LUA string
JAR_URL_PREFIX string
LOCAL_URL_PREFIX string
PATH_SEPARATE_CHAR_BACKLASH char
PATH_SEPARATE_CHAR_SLASH char

Méthodes publiques

Méthode Description
CopyFile ( string strSrcFilePath, string strDstFilePath ) : bool
CreateDirIfNotExist ( string strPathName, bool bIsDirPath ) : bool
GetLoadUrl ( string strPathName ) : string
GetLoadUrlForDir ( string strPathName ) : string
GetLoadUrlForDirPersistentAssetPath ( string strPathName ) : string
GetLoadUrlForDirStreamingAssetPath ( string strPathName ) : string
GetLoadUrlPersistentAssetPath ( string strPathName ) : string
GetLoadUrlStreamingAssetPath ( string strPathName ) : string

Private Methods

Méthode Description
YwPathMng ( ) : System.Collections

Method Details

CopyFile() public méthode

public CopyFile ( string strSrcFilePath, string strDstFilePath ) : bool
strSrcFilePath string
strDstFilePath string
Résultat bool

CreateDirIfNotExist() public méthode

public CreateDirIfNotExist ( string strPathName, bool bIsDirPath ) : bool
strPathName string
bIsDirPath bool
Résultat bool

GetLoadUrl() public méthode

public GetLoadUrl ( string strPathName ) : string
strPathName string
Résultat string

GetLoadUrlForDir() public méthode

public GetLoadUrlForDir ( string strPathName ) : string
strPathName string
Résultat string

GetLoadUrlForDirPersistentAssetPath() public méthode

public GetLoadUrlForDirPersistentAssetPath ( string strPathName ) : string
strPathName string
Résultat string

GetLoadUrlForDirStreamingAssetPath() public méthode

public GetLoadUrlForDirStreamingAssetPath ( string strPathName ) : string
strPathName string
Résultat string

GetLoadUrlPersistentAssetPath() public méthode

public GetLoadUrlPersistentAssetPath ( string strPathName ) : string
strPathName string
Résultat string

GetLoadUrlStreamingAssetPath() public méthode

public GetLoadUrlStreamingAssetPath ( string strPathName ) : string
strPathName string
Résultat string

Property Details

DATA_CATAGORY_LUA public_oe static_oe property

public static string DATA_CATAGORY_LUA
Résultat string

FILE_AFFIX_LUA public_oe static_oe property

public static string FILE_AFFIX_LUA
Résultat string

JAR_URL_PREFIX public_oe static_oe property

public static string JAR_URL_PREFIX
Résultat string

LOCAL_URL_PREFIX public_oe static_oe property

public static string LOCAL_URL_PREFIX
Résultat string

PATH_SEPARATE_CHAR_BACKLASH public_oe static_oe property

public static char PATH_SEPARATE_CHAR_BACKLASH
Résultat char

PATH_SEPARATE_CHAR_SLASH public_oe static_oe property

public static char PATH_SEPARATE_CHAR_SLASH
Résultat char