We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291a61 commit f343095Copy full SHA for f343095
1 file changed
Types/OBS.GetSceneItemList.Response/Rotate.ps1
@@ -0,0 +1,9 @@
1
+param(
2
+[Alias('Degrees', 'Rotation')]
3
+[double]
4
+$Degree
5
+)
6
+
7
+$this | Set-OBSSceneItemTransform -SceneItemTransform @{
8
+ rotation = $Degree
9
+}
0 commit comments