Skip to content

Commit f343095

Browse files
author
James Brundage
committed
Adding SceneItem .Rotate (Fixes #35)
1 parent f291a61 commit f343095

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)