Skip to content

Commit 433834f

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 4759d6b commit 433834f

1 file changed

Lines changed: 16 additions & 23 deletions

File tree

docs/Set-OBSVignettingShader.md

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

44
### Synopsis
5-
65
Get-OBSVignettingShader [[-InnerRadius] <float>] [[-OuterRadius] <float>] [[-Opacity] <float>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -14,69 +13,69 @@ Get-OBSVignettingShader [[-InnerRadius] <float>] [[-OuterRadius] <float>] [[-Opa
1413
### Parameters
1514
#### **FilterName**
1615

17-
|Type |Required|Position|PipelineInput |
18-
|----------|--------|--------|---------------------|
19-
|`[string]`|false |5 |true (ByPropertyName)|
16+
|Type |Required|Position|PipelineInput|
17+
|----------|--------|--------|-------------|
18+
|`[String]`|false |named |False |
2019

2120
#### **Force**
2221

2322
|Type |Required|Position|PipelineInput|
2423
|----------|--------|--------|-------------|
25-
|`[switch]`|false |Named |false |
24+
|`[Switch]`|false |named |False |
2625

2726
#### **InnerRadius**
2827

2928
|Type |Required|Position|PipelineInput|
3029
|---------|--------|--------|-------------|
31-
|`[float]`|false |0 |false |
30+
|`[Float]`|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
#### **Notes**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|----------|--------|--------|-------------|
43-
|`[string]`|false |3 |false |
42+
|`[String]`|false |named |False |
4443

4544
#### **Opacity**
4645

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

5150
#### **OuterRadius**
5251

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

5756
#### **PassThru**
5857

5958
|Type |Required|Position|PipelineInput|
6059
|----------|--------|--------|-------------|
61-
|`[switch]`|false |Named |false |
60+
|`[Switch]`|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-OBSVignettingShader; CommonParameters=True; parameter=System.Object[]}}
94+
Get-OBSVignettingShader [[-InnerRadius] <Float>] [[-OuterRadius] <Float>] [[-Opacity] <Float>] [[-Notes] <String>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
10295
```

0 commit comments

Comments
 (0)