Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
test
Line 34: Line 34:


{{#mermaid:flowchart RL
{{#mermaid:flowchart RL
  subgraph outside
    subgraph outside
      NotConnected
        NotConnected
     
 
  end
    end
 
 
    
    
    subgraph World [World]
        color["World/Color1"]
    end
    
    
    subgraph User
   
        V["User/Voice"]
    end
    subgraph Avatar
        avatar["User/Avatar"]
        avatarworld["World/Avatar.U-myid"]
        hips["Avatar/Hips"]
    end
    subgraph FluxCode
        node1(["Read User Slot"]) -- reads #quot;User/Avatar#quot; from --> User
        node1 -. points to .-> Avatar
        node2(["Read Variable"]) -- Reads #quot;Avatar/Hips#quot; from --> node1
        node2 -. points to .-> hips
    end
  FluxCode --> World
  color --> World
   V --> User
   V --> User
   avatarworld --> World
   avatarworld --> World
Line 48: Line 68:
   World --> outside
   World --> outside
   Avatar --> User
   Avatar --> User
 
  subgraph World
      color["World/Color1"]
     
     
  end
  subgraph User
      V["User/Voice"]
     
     
  end
     
  subgraph Avatar
      avatar["User/Avatar"]
      avatarworld["World/Avatar.U-myid"]
  end
}}
}}





Revision as of 20:10, 31 March 2024