mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
14 lines
266 B
C#
14 lines
266 B
C#
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace XCharts
|
|
{
|
|
public struct AnimationStyleContext
|
|
{
|
|
public AnimationType type;
|
|
internal float currentPathDistance;
|
|
internal bool isAllItemAnimationEnd;
|
|
}
|
|
} |