ApplyMaskTexture Method
From Project Mercury API
| Project Mercury API Reference |
| MaskEmitter..::.ApplyMaskTexture Method |
| MaskEmitter Class See Also Send Feedback |
[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.