ApplyPixelColours Property

Project Mercury API

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

Gets or sets a value indicating whether particles should assume the colour of the underlying pixel in the texture

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

Syntax

C#
public bool ApplyPixelColours { get; set; }
Visual Basic (Declaration)
Public Property ApplyPixelColours As Boolean
Visual C++
public:
property bool ApplyPixelColours {
	bool get ();
	void set (bool value);
}

See Also