Update README-RU.md

This commit is contained in:
Mikhail 2023-06-12 14:44:06 +08:00 committed by GitHub
parent 9b9cd9055f
commit 6317b7130c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ public void Run(EcsPipeline pipeline)
{
foreach (var e in entities)
{
//Вычисления в отедльном потоке.
s.poses.Get(e).position += s.velocities.Read(e).value * _time.DeltaTime;
}
}