Texture Property

Project Mercury API

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

Gets or sets the texture used to lookup particle release offsets.

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

Syntax

C#
public Texture2D Texture { get; set; }
Visual Basic (Declaration)
Public Property Texture As Texture2D
Visual C++
public:
property Texture2D^ Texture {
	Texture2D^ get ();
	void set (Texture2D^ value);
}

Field Value

The texture.

See Also