Format engine codebase with ReSharper

This commit is contained in:
Wojtek Figat
2022-06-14 19:05:04 +02:00
parent 3294624849
commit d4d27b88f0
82 changed files with 276 additions and 775 deletions

View File

@@ -41,9 +41,8 @@ API_ENUM() enum class ChannelMask
/// </summary>
API_CLASS() class FLAXENGINE_API GraphParameter : public ScriptingObject
{
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(GraphParameter, ScriptingObject);
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(GraphParameter, ScriptingObject);
public:
/// <summary>
/// Parameter type
/// </summary>
@@ -75,7 +74,6 @@ public:
VisjectMeta Meta;
public:
/// <summary>
/// Gets the typename of the parameter type (excluding in-build types).
/// </summary>