mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Merge branch 'main' into dev
This commit is contained in:
commit
36c74d5a4c
@ -802,7 +802,7 @@ using DCFApixels.DragonECS;
|
||||
[MetaName("SomeComponent")]
|
||||
|
||||
// Используется для группировки типов.
|
||||
[MetaGroup("Abilities/Passive/")] // или [MetaGroup("Abilities", "Passive")]
|
||||
[MetaGroup("Abilities", "Passive", ...)] // или [MetaGroup("Abilities/Passive/")]
|
||||
|
||||
// Задает цвет типа в RGB кодировке, где каждый канал принимает значение от 0 до 255, по умолчанию белый.
|
||||
[MetaColor(MetaColor.Red)] // или [MetaColor(255, 0, 0)]
|
||||
|
Loading…
Reference in New Issue
Block a user