mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 18:55:30 -05:00
Created Scene item visibility (markdown)
21
Scene-item-visibility.md
Normal file
21
Scene-item-visibility.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## Scene item visibility condition
|
||||
|
||||
The hotkey condition allows you to check if the specified scene items ...
|
||||
* are visible. (1)
|
||||
* are hidden. (2)
|
||||
* visibility changed. (3)
|
||||
|
||||

|
||||
|
||||
[Variables](Variables) can be used for both the scene and the source selection.
|
||||
|
||||
## Scene item visibility action
|
||||
|
||||
Similar to the condition the scene item visibility action allows you to ...
|
||||
* show scene items. (1)
|
||||
* hide scene items. (2)
|
||||
* toggle the visibility of scene items. (3)
|
||||
|
||||

|
||||
|
||||
[Variables](Variables) can be used for both the scene and the source selection.
|
||||
Reference in New Issue
Block a user