Click or drag to resize
DigitalRuneDxsas08EffectInterpreterGetDescription Method (Effect, EffectParameter)
Interprets the specified effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectParameterDescription GetDescription(
	Effect effect,
	EffectParameter parameter
)

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.

Implements

IEffectInterpreterGetDescription(Effect, EffectParameter)
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or parameter is .
See Also