mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
3.0 - unitypackage
This commit is contained in:
14
Runtime/Component/Animation/AnimationStyleContext.cs
Normal file
14
Runtime/Component/Animation/AnimationStyleContext.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
public struct AnimationStyleContext
|
||||
{
|
||||
public AnimationType type;
|
||||
internal float currentPathDistance;
|
||||
internal bool isAllItemAnimationEnd;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user