Skip to content

Commit 319cd98

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent f089339 commit 319cd98

1 file changed

Lines changed: 14 additions & 21 deletions

File tree

docs/Set-OBSVoronoiPixelationShader.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSVoronoiPixelationShader
22
------------------------------
33

44
### Synopsis
5-
65
Get-OBSVoronoiPixelationShader [[-PixH] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Alternative] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,55 +15,55 @@ Get-OBSVoronoiPixelationShader [[-PixH] <float>] [[-SourceName] <string>] [[-Fil
1615

1716
|Type |Required|Position|PipelineInput|
1817
|----------|--------|--------|-------------|
19-
|`[switch]`|false |Named |false |
18+
|`[Switch]`|false |named |False |
2019

2120
#### **FilterName**
2221

23-
|Type |Required|Position|PipelineInput |
24-
|----------|--------|--------|---------------------|
25-
|`[string]`|false |2 |true (ByPropertyName)|
22+
|Type |Required|Position|PipelineInput|
23+
|----------|--------|--------|-------------|
24+
|`[String]`|false |named |False |
2625

2726
#### **Force**
2827

2928
|Type |Required|Position|PipelineInput|
3029
|----------|--------|--------|-------------|
31-
|`[switch]`|false |Named |false |
30+
|`[Switch]`|false |named |False |
3231

3332
#### **NoResponse**
3433

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

3938
#### **PassThru**
4039

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

4544
#### **PixH**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|---------|--------|--------|-------------|
49-
|`[float]`|false |0 |false |
48+
|`[Float]`|false |named |False |
5049

5150
#### **ShaderText**
5251

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

5756
#### **SourceName**
5857

59-
|Type |Required|Position|PipelineInput |Aliases |
60-
|----------|--------|--------|---------------------|-------------|
61-
|`[string]`|false |1 |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
---
7069

@@ -80,11 +79,5 @@ System.String
8079

8180
### Syntax
8281
```PowerShell
83-
syntaxItem
84-
```
85-
```PowerShell
86-
----------
87-
```
88-
```PowerShell
89-
{@{name=Get-OBSVoronoiPixelationShader; CommonParameters=True; parameter=System.Object[]}}
82+
Get-OBSVoronoiPixelationShader [[-PixH] <Float>] [-Alternative <Switch>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
9083
```

0 commit comments

Comments
 (0)