Reply To: Using Layers Tutorial 1.0

Home Forums Development Other stuff Using Layers Tutorial 1.0 Reply To: Using Layers Tutorial 1.0

#120269
spiffo
Participant
    • Topics: 12
    • Replies: 38
    • Total: 50

    Mmmmmm, that’s interesting I was solving this particular problem by using uiGroup Modulators on top of each other and then just setting them to visible / invisible like this:

    panel:getModulatorByName(“plate_reverb_group”):getComponent():setVisible(false)
    panel:getModulatorByName(“chamber_reverb_group”):getComponent():setVisible(true)
    panel:getModulatorByName(“infinite_reverb_group”):getComponent():setVisible(false)

    So what is the killer advantage of using Layers then?
    I mean what am I missing out on?

    Ctrlr