ScaleInterpolatorModifier Class

Project Mercury API

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

Defines a modifier which changes the scale of particles based on a linear interpolation over three values.

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

Syntax

C#
public class ScaleInterpolatorModifier : Modifier
Visual Basic (Declaration)
Public Class ScaleInterpolatorModifier _
	Inherits Modifier
Visual C++
public ref class ScaleInterpolatorModifier : public Modifier

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.ScaleInterpolatorModifier

See Also