Search Results for

    Show / Hide Table of Contents

    Class ShowInEditorAttribute

    Makes a variable show up in the editor.

    Inheritance
    System.Object
    ShowInEditorAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class ShowInEditorAttribute : Attribute
    Remarks

    If used on a private field/property you may also need to add SerializeAttribute to ensure that modified value is being serialized.

    Constructors

    ShowInEditorAttribute()

    Declaration
    public ShowInEditorAttribute()

    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