Merge branch 'MaterialEditor-RemovedUnsupportedParameterTypes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-MaterialEditor-RemovedUnsupportedParameterTypes
This commit is contained in:
@@ -41,8 +41,6 @@ namespace FlaxEditor.Windows.Assets
|
|||||||
new ScriptType(typeof(Vector3)),
|
new ScriptType(typeof(Vector3)),
|
||||||
new ScriptType(typeof(Vector4)),
|
new ScriptType(typeof(Vector4)),
|
||||||
new ScriptType(typeof(Color)),
|
new ScriptType(typeof(Color)),
|
||||||
new ScriptType(typeof(Quaternion)),
|
|
||||||
new ScriptType(typeof(Transform)),
|
|
||||||
new ScriptType(typeof(Matrix)),
|
new ScriptType(typeof(Matrix)),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user