Google.VersionHandler.FindAllAssets C# (CSharp) 메소드

FindAllAssets() 공개 정적인 메소드

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