@@ -2,7 +2,6 @@ Get-OBSVCRShader
22----------------
33
44### Synopsis
5-
65Get-OBSVCRShader [[ -VerticalShift] <float >] [[ -Distort] <float >] [[ -Vignet] <float >] [[ -Stripe] <float >] [[ -VerticalFactor] <float >] [[ -VerticalHeight] <float >] [[ -SourceName] <string >] [[ -FilterName] <string >] [[ -ShaderText] <string >] [ -Force] [ -PassThru] [ -NoResponse] [ -UseShaderTime] [ <CommonParameters >]
76
87---
@@ -16,79 +15,79 @@ Get-OBSVCRShader [[-VerticalShift] <float>] [[-Distort] <float>] [[-Vignet] <flo
1615
1716| Type | Required| Position| PipelineInput|
1817| ---------| --------| --------| -------------|
19- | ` [float ] ` | false | 1 | false |
18+ | ` [Float ] ` | false | named | False |
2019
2120#### ** FilterName**
2221
23- | Type | Required| Position| PipelineInput |
24- | ----------| --------| --------| --------------------- |
25- | ` [string ] ` | false | 7 | 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#### ** ShaderText**
4645
4746| Type | Required| Position| PipelineInput| Aliases |
4847| ----------| --------| --------| -------------| -------------|
49- | ` [string ] ` | false | 8 | false | ShaderContent|
48+ | ` [String ] ` | false | named | False | ShaderContent|
5049
5150#### ** SourceName**
5251
53- | Type | Required| Position| PipelineInput | Aliases |
54- | ----------| --------| --------| --------------------- | -------------|
55- | ` [string ] ` | false | 6 | true (ByPropertyName) | SceneItemName|
52+ | Type | Required| Position| PipelineInput| Aliases |
53+ | ----------| --------| --------| -------------| -------------|
54+ | ` [String ] ` | false | named | False | SceneItemName|
5655
5756#### ** Stripe**
5857
5958| Type | Required| Position| PipelineInput|
6059| ---------| --------| --------| -------------|
61- | ` [float ] ` | false | 3 | false |
60+ | ` [Float ] ` | false | named | False |
6261
6362#### ** UseShaderTime**
6463
6564| Type | Required| Position| PipelineInput|
6665| ----------| --------| --------| -------------|
67- | ` [switch ] ` | false | Named | false |
66+ | ` [Switch ] ` | false | named | False |
6867
6968#### ** VerticalFactor**
7069
7170| Type | Required| Position| PipelineInput| Aliases |
7271| ---------| --------| --------| -------------| ---------------|
73- | ` [float ] ` | false | 4 | false | vertical_factor|
72+ | ` [Float ] ` | false | named | False | vertical_factor|
7473
7574#### ** VerticalHeight**
7675
7776| Type | Required| Position| PipelineInput| Aliases |
7877| ---------| --------| --------| -------------| ---------------|
79- | ` [float ] ` | false | 5 | false | vertical_height|
78+ | ` [Float ] ` | false | named | False | vertical_height|
8079
8180#### ** VerticalShift**
8281
8382| Type | Required| Position| PipelineInput| Aliases |
8483| ---------| --------| --------| -------------| --------------|
85- | ` [float ] ` | false | 0 | false | vertical_shift|
84+ | ` [Float ] ` | false | named | False | vertical_shift|
8685
8786#### ** Vignet**
8887
8988| Type | Required| Position| PipelineInput|
9089| ---------| --------| --------| -------------|
91- | ` [float ] ` | false | 2 | false |
90+ | ` [Float ] ` | false | named | False |
9291
9392---
9493
@@ -104,11 +103,5 @@ System.String
104103
105104### Syntax
106105``` PowerShell
107- syntaxItem
108- ```
109- ``` PowerShell
110- ----------
111- ```
112- ``` PowerShell
113- {@{name=Get-OBSVCRShader; CommonParameters=True; parameter=System.Object[]}}
106+ Get-OBSVCRShader [[-VerticalShift] <Float>] [[-Distort] <Float>] [[-Vignet] <Float>] [[-Stripe] <Float>] [[-VerticalFactor] <Float>] [[-VerticalHeight] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
114107```
0 commit comments