ComponentSymbolAttribute.md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

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)