MasterResolution

Read with AI
All docs in one file (llms-full.txt)
MasterResolution #Output #Node
MasterResolution

Outputs the master output resolution as integers on Resolution X / Resolution Y. It is a read-only node with no input ports. Use it as the source for making a processing node’s resolution follow the output, or for switching behavior depending on the resolution.

  • It outputs the current value once when the node is created, and after that every time the resolution changes
  • The node shows width x height

Input ports

None

Output ports

Port IDType
Resolution Xint
Resolution Yint

Scriptable members

PathType
resXint
resYint

Synapse Apps (scripting)

await synapse.modules.create({ type: "MasterResolution" })

Pages linking here