DefaultEditorSystemAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class DefaultEditorSystemAttribute : Attribute
Attributes for fields that should always show up in the editor. Commonly used for private fields.
Implements: Attribute
⭐ Constructors
public DefaultEditorSystemAttribute()
public DefaultEditorSystemAttribute(bool startActive)
Parameters
startActive
bool
⭐ Properties
StartActive
public readonly bool StartActive;
Returns
bool
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡