Class FoldoutGroupAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Groups fields under a foldout section in the editor inspector.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class FoldoutGroupAttribute : Attribute
- Inheritance
-
FoldoutGroupAttribute
- Inherited Members
Constructors
FoldoutGroupAttribute(string)
Groups fields under a foldout section in the editor inspector.
public FoldoutGroupAttribute(string groupName)
Parameters
groupNamestringThe name of the group.
Properties
GroupName
Gets the group name.
public string GroupName { get; }