GetABPath() public static method

public static GetABPath ( ) : string
return string
    public IABManifestLoader()
    {
        assetManifest = null;

        manifestLoader = null;

        IsLoadFinish = false;

        manifestPath = IPathTools.GetABPath();
    }