declaration order sorting

This commit is contained in:
honzapatCZ
2021-03-04 19:46:27 +01:00
parent 9c80354acf
commit 4593e4c669
3 changed files with 35 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ namespace FlaxEditor.Content
}
}
public int MetadataToken => 0;
/// <inheritdoc />
public bool HasAttribute(Type attributeType, bool inherit)
{
@@ -195,6 +197,8 @@ namespace FlaxEditor.Content
/// <inheritdoc />
public ScriptType ValueType => _returnType;
public int MetadataToken => 0;
/// <inheritdoc />
public bool HasAttribute(Type attributeType, bool inherit)
{