private void CreateAnimatablePropertyInstance(string stateName, string propertyName, int animationTargetIndex)
 {
     instance.CreateAnimatablePropertyInstance(animationTargetIndex, propertyName, stateName);
 }