![]() |
Paradox Game Engine
v1.0.0 beta06
|
Plugin used to render to a GBuffer from a MainPlugin. More...
Public Member Functions | |
NoisePlugin () | |
Initializes a new instance of the NoisePlugin class. More... | |
NoisePlugin (string name) | |
Initializes a new instance of the NoisePlugin class. More... | |
unsafe override void | Initialize () |
Protected Member Functions | |
override void | Destroy () |
Properties | |
int | Seed [get, set] |
Plugin used to render to a GBuffer from a MainPlugin.
This plugin depends on MainPlugin parameters.
Definition at line 19 of file NoisePlugin.cs.
SiliconStudio.Paradox.Effects.NoisePlugin.NoisePlugin | ( | ) |
Initializes a new instance of the NoisePlugin class.
Definition at line 43 of file NoisePlugin.cs.
SiliconStudio.Paradox.Effects.NoisePlugin.NoisePlugin | ( | string | name | ) |
Initializes a new instance of the NoisePlugin class.
name | The name. |
Definition at line 51 of file NoisePlugin.cs.
|
protected |
Definition at line 115 of file NoisePlugin.cs.
unsafe override void SiliconStudio.Paradox.Effects.NoisePlugin.Initialize | ( | ) |
Definition at line 84 of file NoisePlugin.cs.
|
getset |
Definition at line 56 of file NoisePlugin.cs.