Minor fixes

This commit is contained in:
Wojciech Figat
2021-12-09 17:08:10 +01:00
parent 4f127761a0
commit 4a8291d596
5 changed files with 3 additions and 14 deletions

View File

@@ -33,9 +33,6 @@ namespace FlaxEditor.CustomEditors.Editors
/// <summary>
/// Gets or sets the allowed type (given type and all sub classes). Must be <see cref="System.Type"/> type of any subclass.
/// </summary>
/// <value>
/// The allowed type.
/// </value>
public ScriptType Type
{
get => _type;
@@ -57,9 +54,6 @@ namespace FlaxEditor.CustomEditors.Editors
/// <summary>
/// Gets or sets the selected types value.
/// </summary>
/// <value>
/// The value.
/// </value>
public ScriptType Value
{
get => _value;