protected override EffectTypeModuleData CreateInstanceForClone() { TreeData result = new TreeData { Colors = Colors.ToList(), BackgroundColor = BackgroundColor, ColorType = ColorType, Speed = Speed, BranchDirection = BranchDirection, Branches = Branches, ToggleBlend = ToggleBlend, Orientation = Orientation, BlendCurve = new Curve(BlendCurve), LevelCurve = new Curve(LevelCurve), BackgroundLevelCurve = new Curve(BackgroundLevelCurve) }; return(result); }
public Tree() { _data = new TreeData(); }
protected override EffectTypeModuleData CreateInstanceForClone() { TreeData result = new TreeData { Colors = Colors.ToList(), BackgroundColor = BackgroundColor, ColorType = ColorType, Speed = Speed, BranchDirection = BranchDirection, Branches = Branches, ToggleBlend = ToggleBlend, Orientation = Orientation, BlendCurve = new Curve(BlendCurve), LevelCurve = new Curve(LevelCurve), BackgroundLevelCurve = new Curve(BackgroundLevelCurve) }; return result; }