DCAnimatorV2/Runtime/Core/AnimatableProperty.cs

15 lines
249 B
C#
Raw Permalink Normal View History

2025-07-13 18:33:06 +00:00
namespace DC.Animator.Core
{
public enum AnimatableProperty
{
Position,
LocalPosition,
AnchoredPosition,
Scale,
Rotation,
EulerAngles,
Alpha,
Color,
TextColor
}
}