pull/197/head
mob-sakai 2022-02-18 04:37:38 +09:00
parent a644b87729
commit 40be7320dd
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ namespace Coffee.UIExtensions
particles.Exec(p =>
{
p.Simulate(0, false, true);
Debug.Log(p.particleCount);
});
}