[This is preliminary documentation and is subject to change.]
Applies a mask texture to the MaskEmitter.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public void ApplyMaskTexture(
Texture2D maskTexture
) |
| Visual Basic (Declaration) |
|---|
Public Sub ApplyMaskTexture ( _
maskTexture As Texture2D _
) |
| Visual C++ |
|---|
public:
void ApplyMaskTexture(
Texture2D^ maskTexture
) |
Parameters
- maskTexture
- Type: Texture2D
A texture reference representing the mask.
See Also