ScaleMergeModifier Class

Project Mercury API

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

Defines a Modifier which merges the scale of particles towards a single scale over their lifetime. Works best when Particles are being released with random scale, where you require the particles to have a uniform scale at the end of their lifetime.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Modifiers..::.Modifier
    ProjectMercury.Modifiers..::.ScaleMergeModifier

See Also