Click or drag to resize
DigitalRuneDxsas08EffectInterpreter.GetDescription 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 null if the method was not able to interpret the effect parameter.

Implements

IEffectInterpreter.GetDescription(Effect, EffectParameter)
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or parameter is null.
See Also