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