Internal_CacheStatus() 개인적인 메소드

private Internal_CacheStatus ( string assetPath ) : Asset
assetPath string
리턴 Asset
예제 #1
0
 internal static Asset CacheStatus(string assetPath)
 {
     return(Provider.Internal_CacheStatus(assetPath));
 }