Keep AacFlSettingKeyframes public until V1.2.0:
- Keep AacFlSettingKeyframes public until V1.2.0, where it will be made internal. - AacFlSettingKeyframes is still used in CGE, but CGE already accepts AAC V1.1.x.
This commit is contained in:
@@ -648,7 +648,9 @@ namespace AnimatorAsCode.V1
|
||||
private readonly AacFlUnit _unit;
|
||||
private readonly List<Keyframe> _mutatedKeyframes;
|
||||
|
||||
internal AacFlSettingKeyframes(AacFlUnit unit, List<Keyframe> mutatedKeyframes)
|
||||
// Will be made private/internal in V1.2.0.
|
||||
[Obsolete("This will be made private/internal in V1.2.0")]
|
||||
public AacFlSettingKeyframes(AacFlUnit unit, List<Keyframe> mutatedKeyframes)
|
||||
{
|
||||
_unit = unit;
|
||||
_mutatedKeyframes = mutatedKeyframes;
|
||||
|
||||
Reference in New Issue
Block a user