Merge remote-tracking branch 'origin/master' into dotnet7

This commit is contained in:
Wojtek Figat
2023-02-06 10:02:13 +01:00
158 changed files with 1077 additions and 905 deletions

View File

@@ -337,6 +337,9 @@ namespace Flax.Build.Bindings
case "attributes":
currentParam.Attributes = tag.Value;
break;
case "defaultvalue":
currentParam.DefaultValue = tag.Value;
break;
default:
bool valid = false;
ParseFunctionParameterTag?.Invoke(ref valid, tag, ref currentParam);