A Control Link providing the connection between the Light Rendering Properties class and the Expressions that are used to determine whether it is active and and the value of its candela_value field.
The active_expr_index, candela_value_expr_index, lower_candela_value_index, and upper_candela_value_index are 1-based indices into the ordered aggregation of Expressions, and are used to select the specific Expressions that define the Light Rendering Properties's active_light_value and candela_value fields.
| SE_STRING | description; | (notes) |
|---|
| SE_UINT32 | active_expr_index; | (notes) |
|---|---|---|
| SE_UINT32 | candela_value_expr_index; | (notes) |
| SE_UINT32 | lower_candela_value_index; | (notes) |
| SE_UINT32 | upper_candela_value_index; | (notes) |
A text description of what the Control_Link is for
index of the expression whose value controls whether a set of <Light Rendering Properties> are on or off. If the expression evaluates to SE_TRUE, then they are on.
index of the expression whose value controls the candela_value of the affected <Light Rendering Properties> object.
index of the expression defining the lower limit of the candela_value. A lower_candela_value_index value of 0 means no lower limit was defined.
index of the expression defining the upper limit of the candela_value. An upper_candela_value_index value of 0 means no upper limit was defined.