Param Element

Defines parameters for the specified DVD transition.

Syntax

<Param
    name="FXFile"
    value="shader.fx" />
...
<Param
    name="Technique"
    value="SceneButton" />

Attributes

name

Name of the parameter to set.

value

The value to assign to the parameter.

Parent/Child Elements

Hierarchy Elements
Parent DVDTransition
Child None

Remarks

There may be as many Param elements as the containing object has parameters.

Requirements

Client: Windows Vista

See Also