This commit is contained in:
Wojtek Figat
2022-06-19 13:07:19 +02:00
parent 2e2404dc5f
commit 1fbdabdcd0
5 changed files with 11 additions and 5 deletions

View File

@@ -33,6 +33,9 @@ namespace FlaxEditor.Windows.Assets
new ScriptType(typeof(ChannelMask)),
new ScriptType(typeof(bool)),
new ScriptType(typeof(int)),
new ScriptType(typeof(Float2)),
new ScriptType(typeof(Float3)),
new ScriptType(typeof(Float4)),
new ScriptType(typeof(Vector2)),
new ScriptType(typeof(Vector3)),
new ScriptType(typeof(Vector4)),