Created Scene item visibility (markdown)

WarmUpTill
2023-08-16 20:53:48 +02:00
parent cf98176781
commit a3036ef732

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)
![SceneItemVisiblityCondition](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/ad3128c6-a068-4f54-8923-a460f44169d7)
[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)
![SceneItemVisiblityAction](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/c48241b5-6fec-4d1d-bd00-534beae5a990)
[Variables](Variables) can be used for both the scene and the source selection.