Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.05 KB

ComponentSymbolAttribute.md

File metadata and controls

20 lines (14 loc) · 1.05 KB

ComponentSymbolAttribute Class

Short symbol for a component, tag or script in UI or console as a name (max 3 chars) and a color.
Prefer using single character names for common used symbols. Consider Unicode characters.

public sealed class ComponentSymbolAttribute : System.Attribute

Inheritance System.Object 🡒 System.Attribute 🡒 ComponentSymbolAttribute

Remarks

Use 2 or 3 letter strings only for rarely used or important components, tags or scripts.

Constructors
ComponentSymbolAttribute(string, string)