ソースを参照

Update README.md

pull/72/head
Sebastiano Mandalà GitHub 2年前
コミット
caff7f3511
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -68,7 +68,7 @@ your first engine to apply behaviours to entities:

public void Update()
{
var (entityViews, count) = entitiesDB.QueryEntities<EntityComponent>(ExclusiveGroups.group1);
var (entityViews, count) = entitiesDB.QueryEntities<EntityComponent>(ExclusiveGroups.group0);

for (var i = 0; i < count; i++)
entityViews[i].counter++;


読み込み中…
キャンセル
保存