protected override EffectTypeModuleData CreateInstanceForClone() { BarsData result = new BarsData { Colors = Colors.ToList(), Direction = Direction, Speed = Speed, Repeat = Repeat, Orientation = Orientation, Show3D = Show3D, MovementType = MovementType, Highlight = Highlight, LevelCurve = new Curve(LevelCurve), SpeedCurve = new Curve(SpeedCurve), ZigZagAmplitude = ZigZagAmplitude, BarType = BarType, ZigZagBarThickness = ZigZagBarThickness, ZigZagSpacing = ZigZagSpacing, ZigZagPeriod = ZigZagPeriod, RotationAngle = RotationAngle, HighlightPercentage = HighlightPercentage, }; return(result); }
public override IModuleDataModel Clone() { BarsData result = new BarsData { Colors = Colors.ToList(), Direction = Direction, Speed = Speed, Repeat = Repeat, Orientation = Orientation, Show3D = Show3D, Highlight = Highlight, LevelCurve = new Curve(LevelCurve) }; return result; }
protected override EffectTypeModuleData CreateInstanceForClone() { BarsData result = new BarsData { Colors = Colors.ToList(), Direction = Direction, Speed = Speed, Repeat = Repeat, Orientation = Orientation, Show3D = Show3D, Highlight = Highlight, LevelCurve = new Curve(LevelCurve) }; return(result); }
public override IModuleDataModel Clone() { BarsData result = new BarsData { Colors = Colors.ToList(), Direction = Direction, Speed = Speed, Repeat = Repeat, Orientation = Orientation, Show3D = Show3D, Highlight = Highlight, LevelCurve = new Curve(LevelCurve) }; return(result); }
public Bars() { _data = new BarsData(); EnableTargetPositioning(true, true); InitAllAttributes(); }
public Bars() { _data = new BarsData(); }
protected override EffectTypeModuleData CreateInstanceForClone() { BarsData result = new BarsData { Colors = Colors.ToList(), Direction = Direction, Speed = Speed, Repeat = Repeat, Orientation = Orientation, Show3D = Show3D, Highlight = Highlight, LevelCurve = new Curve(LevelCurve) }; return result; }