







![]() ![]() |
Project Mercury API Reference |
TextureEmitter..::.Texture Property |
TextureEmitter Class See Also Send Feedback |
[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); } |