Format code

This commit is contained in:
Wojtek Figat
2022-07-18 22:38:01 +02:00
parent 9ff0ad4734
commit 9f7f764359
16 changed files with 36 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ namespace FlaxEditor.Content
: base(path)
{
}
/// <inheritdoc />
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.CSharpScript128;
}

View File

@@ -82,7 +82,7 @@ namespace FlaxEditor.Content
{
return true;
}
/// <summary>
/// Determines whether this proxy can create items in the specified target location.
/// </summary>

View File

@@ -74,7 +74,7 @@ namespace FlaxEditor.Content
return false;
return true;
}
/// <inheritdoc />
public override void Create(string outputPath, object arg)
{