Defines the class of an effect parameter.
| C# |
public enum EffectParameterClass
| Member | Description |
|---|---|
| Scalar |
Parameter is a scalar value.
|
| Vector |
Parameter is a vector value.
|
| Matrix |
Parameter is a matrix value.
|
| Object |
Parameter is either a texture, string, or other resource type.
|
| Struct |
Parameter is a struct.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)