Add Module tags feature for build config in custom plugins
This commit is contained in:
@@ -47,6 +47,11 @@ namespace Flax.Build
|
||||
/// </summary>
|
||||
public bool Deploy = true;
|
||||
|
||||
/// <summary>
|
||||
/// Custom module tags. Used by plugins and external tools.
|
||||
/// </summary>
|
||||
public Dictionary<string, string> Tags = new Dictionary<string, string>();
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Module"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user