Skip to content

Commit 2de98cb

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 111d170 commit 2de98cb

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

docs/Set-OBSZoomXYShader.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSZoomXYShader
22
-------------------
33

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

87
---
@@ -16,67 +15,67 @@ Get-OBSZoomXYShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-XPowe
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
#### **ShaderText**
5251

5352
|Type |Required|Position|PipelineInput|Aliases |
5453
|----------|--------|--------|-------------|-------------|
55-
|`[string]`|false |6 |false |ShaderContent|
54+
|`[String]`|false |named |False |ShaderContent|
5655

5756
#### **SourceName**
5857

59-
|Type |Required|Position|PipelineInput |Aliases |
60-
|----------|--------|--------|---------------------|-------------|
61-
|`[string]`|false |4 |true (ByPropertyName)|SceneItemName|
58+
|Type |Required|Position|PipelineInput|Aliases |
59+
|----------|--------|--------|-------------|-------------|
60+
|`[String]`|false |named |False |SceneItemName|
6261

6362
#### **UseShaderTime**
6463

6564
|Type |Required|Position|PipelineInput|
6665
|----------|--------|--------|-------------|
67-
|`[switch]`|false |Named |false |
66+
|`[Switch]`|false |named |False |
6867

6968
#### **XPower**
7069

7170
|Type |Required|Position|PipelineInput|Aliases|
7271
|---------|--------|--------|-------------|-------|
73-
|`[float]`|false |2 |false |x_power|
72+
|`[Float]`|false |named |False |x_power|
7473

7574
#### **YPower**
7675

7776
|Type |Required|Position|PipelineInput|Aliases|
7877
|---------|--------|--------|-------------|-------|
79-
|`[float]`|false |3 |false |y_power|
78+
|`[Float]`|false |named |False |y_power|
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-OBSZoomXYShader; CommonParameters=True; parameter=System.Object[]}}
94+
Get-OBSZoomXYShader [[-CenterXPercent] <Int>] [[-CenterYPercent] <Int>] [[-XPower] <Float>] [[-YPower] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
10295
```

0 commit comments

Comments
 (0)