Initial Property

Project Mercury API

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

Gets or sets the initial opacity of Particles as they are released.

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

Syntax

C#
public float Initial { get; set; }
Visual Basic (Declaration)
Public Property Initial As Single
Visual C++
public:
property float Initial {
	float get ();
	void set (float value);
}

See Also