DeepCopy Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns a deep copy of the Modifier implementation.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public override Modifier DeepCopy()
Visual Basic (Declaration)
Public Overrides Function DeepCopy As Modifier
Visual C++
public:
virtual Modifier^ DeepCopy() override

Return Value

[Missing <returns> documentation for "M:ProjectMercury.Modifiers.ScaleInterpolatorModifier.DeepCopy"]

See Also