Search Results for

    Show / Hide Table of Contents

    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()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat