Defines the type of an effect parameter.
| C# |
public enum EffectParameterType
| Member | Description |
|---|---|
| Void |
Parameter is a void pointer.
|
| Bool |
Parameter is a boolean.
|
| Int32 |
Parameter is a 32-bit integer.
|
| Single |
Parameter is a 32-bit floating point.
|
| String |
Parameter is a string.
|
| Texture |
Parameter is a texture.
|
| Texture1D |
Parameter is a 1D texture.
|
| Texture2D |
Parameter is a 2D texture.
|
| Texture3D |
Parameter is a 3D texture.
|
| TextureCube |
Parameter is a cube texture.
|
| Unknown |
Parameter is unknown.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)