mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update README-RU.md
This commit is contained in:
parent
3d942d95fb
commit
3d19ac9ed1
@ -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