Google.VersionHandler.FindAllAssets C# (CSharp) Method

FindAllAssets() public static method

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