Skip to content

Commit

Permalink
feat: Adding Reflect Shader ( Fixes #197 )
Browse files Browse the repository at this point in the history
Fixing shader find filter
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 15, 2024
1 parent 7970643 commit 55f9c80
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions docs/Add-OBSReflectShader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
Get-OBSReflectShader
--------------------

### Synopsis

Get-OBSReflectShader [[-CenterXPercent] <int>] [[-CenterYPercent] <int>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Horizontal] [-Vertical] [-Force] [-PassThru] [-NoResponse] [<CommonParameters>]

---

### Description

---

### Parameters
#### **CenterXPercent**

|Type |Required|Position|PipelineInput|Aliases |
|-------|--------|--------|-------------|----------------|
|`[int]`|false |0 |false |center_x_percent|

#### **CenterYPercent**

|Type |Required|Position|PipelineInput|Aliases |
|-------|--------|--------|-------------|----------------|
|`[int]`|false |1 |false |center_y_percent|

#### **FilterName**

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[string]`|false |3 |true (ByPropertyName)|

#### **Force**

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[switch]`|false |Named |false |

#### **Horizontal**

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[switch]`|false |Named |false |

#### **NoResponse**

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[switch]`|false |Named |false |

#### **PassThru**

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[switch]`|false |Named |false |

#### **ShaderText**

|Type |Required|Position|PipelineInput|Aliases |
|----------|--------|--------|-------------|-------------|
|`[string]`|false |4 |false |ShaderContent|

#### **SourceName**

|Type |Required|Position|PipelineInput |Aliases |
|----------|--------|--------|---------------------|-------------|
|`[string]`|false |2 |true (ByPropertyName)|SceneItemName|

#### **Vertical**

|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[switch]`|false |Named |false |

---

### Inputs
System.String

---

### Outputs
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)

---

### Syntax
```PowerShell
syntaxItem
```
```PowerShell
----------
```
```PowerShell
{@{name=Get-OBSReflectShader; CommonParameters=True; parameter=System.Object[]}}
```

0 comments on commit 55f9c80

Please sign in to comment.