The '''DynamicVariableSpace''' component is used to separate dynamic variables into namespaces.
The '''DynamicVariableSpace''' component is used to separate dynamic variables into namespaces.
Since dynamic variables are, by default, created on the slot of the nearest parent DynamicVariableSpace, this component provides control over where the root of that space is, as well as part of the path name to be referenced when using a consumer of dynamic variables, such as [[DynamicValueVariableDriver`1 (Component) | DynamicValueVariableDriver`1]].
Since dynamic variables are, by default, created on the slot of the nearest parent DynamicVariableSpace, this component provides control over where the root of that space is, as well as part of the path name to be referenced when using a consumer of dynamic variables, such as [[DynamicValueVariableDriver`1 (Component) | DynamicValueVariableDriver`1]]. For more info see [[Dynamic Variables]].
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
Revision as of 17:11, 19 March 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
DynamicVariableSpace component as seen in the Scene Inspector
Intoduction
The DynamicVariableSpace component is used to separate dynamic variables into namespaces.
Since dynamic variables are, by default, created on the slot of the nearest parent DynamicVariableSpace, this component provides control over where the root of that space is, as well as part of the path name to be referenced when using a consumer of dynamic variables, such as DynamicValueVariableDriver`1. For more info see Dynamic Variables.