更新到0.6.0.2

This commit is contained in:
2026-07-06 08:47:33 +08:00
parent e29a5178b7
commit 97d41a1385
473 changed files with 156342 additions and 5 deletions
@@ -0,0 +1,9 @@
namespace DrawXXL
{
public class LineAnimationProgress
{
//is "class" instead of "struct" because it should be nullable.
public float animProgress;
public float timeOfDraw;
}
}