【发布时间】:2014-04-20 10:15:35
【问题描述】:
我正在使用 Artemis 并尝试扩展 EntityProcessingSystem<SpatialForm, Transform>。但是,它告诉我The non-generic type 'Artemis.System.EntityProcessingSystem' cannot be used with type arguments;但是,它必须与类型参数一起使用。知道这里发生了什么吗?
我正在使用 Artemis - https://github.com/thelinuxlich/artemis_CSharp 和 StarWarrior 作为我的教程 - https://github.com/thelinuxlich/starwarrior_CSharp
【问题讨论】:
标签: c# generic-type-argument entity-system artemis