Skip to content

Commit 4c846b5

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 9ab3790 commit 4c846b5

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

Diff for: docs/Set-OBSTwistShader.md

+16-23
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSTwistShader
22
------------------
33

44
### Synopsis
5-
65
Get-OBSTwistShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power] <float>] [[-Rotation] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,67 +15,67 @@ Get-OBSTwistShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-Power]
1615

1716
|Type |Required|Position|PipelineInput|Aliases |
1817
|-------|--------|--------|-------------|----------------|
19-
|`[int]`|false |0 |false |center_x_percent|
18+
|`[Int]`|false |named |False |center_x_percent|
2019

2120
#### **CenterYPercent**
2221

2322
|Type |Required|Position|PipelineInput|Aliases |
2423
|-------|--------|--------|-------------|----------------|
25-
|`[int]`|false |1 |false |center_y_percent|
24+
|`[Int]`|false |named |False |center_y_percent|
2625

2726
#### **FilterName**
2827

29-
|Type |Required|Position|PipelineInput |
30-
|----------|--------|--------|---------------------|
31-
|`[string]`|false |5 |true (ByPropertyName)|
28+
|Type |Required|Position|PipelineInput|
29+
|----------|--------|--------|-------------|
30+
|`[String]`|false |named |False |
3231

3332
#### **Force**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|----------|--------|--------|-------------|
37-
|`[switch]`|false |Named |false |
36+
|`[Switch]`|false |named |False |
3837

3938
#### **NoResponse**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|----------|--------|--------|-------------|
43-
|`[switch]`|false |Named |false |
42+
|`[Switch]`|false |named |False |
4443

4544
#### **PassThru**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|----------|--------|--------|-------------|
49-
|`[switch]`|false |Named |false |
48+
|`[Switch]`|false |named |False |
5049

5150
#### **Power**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|---------|--------|--------|-------------|
55-
|`[float]`|false |2 |false |
54+
|`[Float]`|false |named |False |
5655

5756
#### **Rotation**
5857

5958
|Type |Required|Position|PipelineInput|
6059
|---------|--------|--------|-------------|
61-
|`[float]`|false |3 |false |
60+
|`[Float]`|false |named |False |
6261

6362
#### **ShaderText**
6463

6564
|Type |Required|Position|PipelineInput|Aliases |
6665
|----------|--------|--------|-------------|-------------|
67-
|`[string]`|false |6 |false |ShaderContent|
66+
|`[String]`|false |named |False |ShaderContent|
6867

6968
#### **SourceName**
7069

71-
|Type |Required|Position|PipelineInput |Aliases |
72-
|----------|--------|--------|---------------------|-------------|
73-
|`[string]`|false |4 |true (ByPropertyName)|SceneItemName|
70+
|Type |Required|Position|PipelineInput|Aliases |
71+
|----------|--------|--------|-------------|-------------|
72+
|`[String]`|false |named |False |SceneItemName|
7473

7574
#### **UseShaderTime**
7675

7776
|Type |Required|Position|PipelineInput|
7877
|----------|--------|--------|-------------|
79-
|`[switch]`|false |Named |false |
78+
|`[Switch]`|false |named |False |
8079

8180
---
8281

@@ -92,11 +91,5 @@ System.String
9291

9392
### Syntax
9493
```PowerShell
95-
syntaxItem
96-
```
97-
```PowerShell
98-
----------
99-
```
100-
```PowerShell
101-
{@{name=Get-OBSTwistShader; CommonParameters=True; parameter=System.Object[]}}
94+
Get-OBSTwistShader [[-CenterXPercent] <Int>] [[-CenterYPercent] <Int>] [[-Power] <Float>] [[-Rotation] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
10295
```

0 commit comments

Comments
 (0)