struct DisplayInfo

robot_2Generated
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, gathered from attributes and other sources.

Members

Static Members

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 DisplayInfo for all enum values of a specified type.
ForEnumValuesGets a tuple of enum values and their DisplayInfo for a specified type.

Instance Members

Member NameSummary
HasTagChecks if the DisplayInfo has a specific tag.
ClassName"Internal" class name of this type or member, typically 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 if this member should be visible in a properties sheet.
PlaceholderPlaceholder text for string type properties, displayed when input text field is empty.
AliasPossible aliases for this type or member, if any.
TagsTags of this type or member.