| IEffectInterpreterGetDescription Method (Effect, EffectParameter) |
Interprets the specified effect parameter.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax EffectParameterDescription GetDescription(
Effect effect,
EffectParameter parameter
)
Function GetDescription (
effect As Effect,
parameter As EffectParameter
) As EffectParameterDescription
EffectParameterDescription^ GetDescription(
Effect^ effect,
EffectParameter^ parameter
)
abstract GetDescription :
effect : Effect *
parameter : EffectParameter -> EffectParameterDescription
Parameters
- effect
- Type: Effect
The effect. - parameter
- Type: EffectParameter
The effect parameter.
Return Value
Type:
EffectParameterDescription
The description of the effect parameter, or
if the method was not
able to interpret the effect parameter.
Exceptions See Also