Collects all the relevant info (such as description, name, icon, etc) from attributes and other sources about a type or type member.
Alias |
Possible aliases for this type or member, if any. (AliasAttribute)
|
Browsable |
Whether this member should be visible in a properties sheet (HideInEditorAttribute)
|
ClassName |
"Internal" class name of this type or member. This typically should be all lowercase and without weird symbols or whitespace.
|
Description |
The summary or description of this type or member.
|
Fullname |
Namespace.ParentClass.Class.Member
|
Group |
Group or category of this type or member. (CategoryAttribute)
|
Icon |
Material icon of this type or member. (IconAttribute)
|
Name |
The name of this type or member.
|
Namespace |
Namespace of this type
|
Order |
Order of this member for UI ordering purposes. (OrderAttribute)
|
Placeholder |
Placeholder text for string type properties. (PlaceholderAttribute)
Placeholder text is displayed in UI when input text field is empty.
|
ReadOnly |
This is marked as ReadOnly
|
Tags |
Tags of this type or member. (TagAttribute)
|