Uint16 & Int16 Scripting support.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-10 22:24:35 +02:00
parent 2c51f79c0a
commit 9eaa6e622b
2 changed files with 9 additions and 1 deletions

View File

@@ -55,7 +55,10 @@ namespace FlaxEditor.Utilities
Int2,
Int3,
Int4
Int4,
Int16,
Uint16
}
internal static VariantType ToVariantType(this Type type)