Class PropsGroupAttribute

Assembly: redb.PropsEditor.dll

Groups properties together in a collapsible section.

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

Inheritance

ObjectAttributePropsGroupAttribute

Properties

Collapsed

Whether the group is collapsed by default.

public bool Collapsed { get; set; }

GroupName

Name of the group.

public string GroupName { get; set; }

Constructors