0

我正在使用 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

4

1 回答 1

0

这个问题有点晚了,但对于其他有同样问题的人来说。

见:[Github 论坛][1]

有问题

public class RenderSystem : EntityProcessingSystem<SpatialFormComponent, TransformComponent>

至少它让我的项目超越了这一点。

于 2014-08-03T18:09:51.957 回答