Translations:Dynamic variables/43/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
m FuzzyBot moved page Translations:Dynamic Variables/43/en to Translations:Dynamic variables/43/en without leaving a redirect: Part of translatable page "Dynamic Variables"
 
(No difference)

Latest revision as of 00:50, 13 April 2025

A modular object could look like this:

  • Project (Space: MyProject)
    • Dynamic Variables
      • projectVar: String (Dynamic variable projectVar of type String)
    • Module: UI (i.e. MeshRenderer or Canvas plus Colliders), may contain:
    • Module: Logic (Space: Logic)
      • Dynamic Variables
        • logicVar: int (Dynamic variable logicVar of type int)
        • MyProject/Logic: Slot (Dynamic variable Logic of type Slot for space MyProject, driven with reference to Slot of module to make it accessible to other modules)
      • ProtoFlux (may read, write or even drive dynamic variables of space MyProject)