struct DisplayInfo

book_4_sparkGenerated
code_blocksInput

Description

The DisplayInfo struct in the Sandbox namespace is designed to collect and provide relevant information about a type or type member. This includes details such as description, name, icon, and more, which are gathered from attributes and other sources.

Members

Static Methods

Member NameSummary
ForTypeGets the DisplayInfo for a specified type, with an option to include inherited information.
ForGets the DisplayInfo for a specified object, with an option to include inherited information.
ForMemberGets the DisplayInfo for a specified member, with an option to include inherited information.
ForEnumValuesGets the DisplayInfo for all values of a specified enum type.

Instance Methods

Member NameSummary
HasTagDetermines if the DisplayInfo has a specific tag.

Fields

Member NameSummary
ClassName"Internal" class name of this type or member, typically all lowercase and without symbols or whitespace.
NamespaceNamespace of this type.
FullnameFull name in the format Namespace.ParentClass.Class.Member.
NameThe name of this type or member.
DescriptionThe summary or description of this type or member.
GroupGroup or category of this type or member.
ReadOnlyIndicates if this is marked as ReadOnly.
IconMaterial icon of this type or member.
OrderOrder of this member for UI ordering purposes.
BrowsableIndicates whether this member should be visible in a properties sheet.
PlaceholderPlaceholder text for string type properties, displayed in UI when input text field is empty.
AliasPossible aliases for this type or member, if any.
TagsTags of this type or member.