Class SerializeAttribute
Indicates that a field or a property of a serializable class should be serialized. The ShowInEditorAttribute attribute is required to show hidden fields in the editor.
Inheritance
System.Object
SerializeAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class SerializeAttribute : Attribute
Constructors
SerializeAttribute()
Declaration
public SerializeAttribute()