Google.VersionHandler.FindAllAssets C# (CSharp) Méthode

FindAllAssets() public static méthode

Get all assets managed by this module.
public static FindAllAssets ( ) : string[]
Résultat string[]
    public static string[] FindAllAssets() {
        return SearchAssetDatabase(
            assetsFilter: "l:" + FileMetadata.ASSET_LABEL);
    }