Class PropsDisplayAttribute

Assembly: redb.PropsEditor.dll

Specifies display settings for a property in PropsEditor.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class PropsDisplayAttribute : Attribute

Inheritance

ObjectAttributePropsDisplayAttribute

Properties

Description

Description/help text shown below the field.

public string? Description { get; set; }

Label

Display label for the property.

public string? Label { get; set; }

Order

Display order within the group.

public int Order { get; set; }

Placeholder

Placeholder text for input fields.

public string? Placeholder { get; set; }

Constructors