更新到0.6.0.2
This commit is contained in:
+9
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user