-fixed issue with ExcludedComponents as enum or alias
-removed way to add excluded component by adding attribiute @excluded (it's very stupid way)
This commit is contained in:
parent
fe158e1b60
commit
9220a28f7c
3 changed files with 23 additions and 28 deletions
|
|
@ -344,14 +344,14 @@ struct TestSystem2
|
|||
{
|
||||
mixin ECS.System!16; //__gshared ushort system_id;
|
||||
|
||||
/*enum ExcludedComponents0
|
||||
/*enum ExcludedComponents
|
||||
{
|
||||
TestComp,
|
||||
TestComp4
|
||||
}
|
||||
|
||||
alias ExcludedComponents = AliasSeq!("TestComp", "TestComp4");
|
||||
}*/
|
||||
|
||||
//alias ExcludedComponents = AliasSeq!("TestComp", "TestComp4");
|
||||
/*
|
||||
string ExcludedComponents2;*/
|
||||
|
||||
static struct EntitiesData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue