/// <summary>Sets the values of this instance to the given one.</summary>
        /// <remarks>Sets the values of this instance to the given one.</remarks>
        /// <param name="object">which has to be manipulated.</param>
        public virtual void copyValuesTo(SpriterAbstractObject
			 @object)
        {
            @object.setAngle(angle);
            @object.setScaleX(scaleX);
            @object.setScaleY(scaleY);
            @object.setX(x);
            @object.setY(y);
            @object.setId(id);
            @object.setParentId(parentId);
            @object.setParent(parent);
            @object.setTimeline(timeline);
            @object.setSpin(spin);
            @object.setName(name);
        }
 /// <summary>Sets the values of this instance to the given one.</summary>
 /// <remarks>Sets the values of this instance to the given one.</remarks>
 /// <param name="object">which has to be manipulated.</param>
 public virtual void copyValuesTo(SpriterAbstractObject
                                  @object)
 {
     @object.setAngle(angle);
     @object.setScaleX(scaleX);
     @object.setScaleY(scaleY);
     @object.setX(x);
     @object.setY(y);
     @object.setId(id);
     @object.setParentId(parentId);
     @object.setParent(parent);
     @object.setTimeline(timeline);
     @object.setSpin(spin);
     @object.setName(name);
 }