Update SerializeAttribute.cs
This commit is contained in:
@@ -5,7 +5,8 @@ using System;
|
|||||||
namespace FlaxEngine
|
namespace FlaxEngine
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates that a field or a property of a serializable class should be serialized. This class cannot be inherited.
|
/// Indicates that a field or a property of a serializable class should be serialized.
|
||||||
|
/// The <see cref="FlaxEngine.ShowInEditorAttribute"/> attribute is required to show hidden fields in the editor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||||
public sealed class SerializeAttribute : Attribute
|
public sealed class SerializeAttribute : Attribute
|
||||||
|
|||||||
Reference in New Issue
Block a user