Skip to content

Commit 870d974

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Adding README to shader commands directory and regenerating shaders ( Fixes #163 )
1 parent 8604e02 commit 870d974

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

docs/Set-OBSFireworks2Shader.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
Get-OBSFireworks2Shader
2+
-----------------------
3+
4+
### Synopsis
5+
6+
Get-OBSFireworks2Shader [[-Speed] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
7+
8+
---
9+
10+
### Description
11+
12+
---
13+
14+
### Parameters
15+
#### **FilterName**
16+
17+
|Type |Required|Position|PipelineInput |
18+
|----------|--------|--------|---------------------|
19+
|`[string]`|false |2 |true (ByPropertyName)|
20+
21+
#### **Force**
22+
23+
|Type |Required|Position|PipelineInput|
24+
|----------|--------|--------|-------------|
25+
|`[switch]`|false |Named |false |
26+
27+
#### **NoResponse**
28+
29+
|Type |Required|Position|PipelineInput|
30+
|----------|--------|--------|-------------|
31+
|`[switch]`|false |Named |false |
32+
33+
#### **PassThru**
34+
35+
|Type |Required|Position|PipelineInput|
36+
|----------|--------|--------|-------------|
37+
|`[switch]`|false |Named |false |
38+
39+
#### **ShaderText**
40+
41+
|Type |Required|Position|PipelineInput|Aliases |
42+
|----------|--------|--------|-------------|-------------|
43+
|`[string]`|false |3 |false |ShaderContent|
44+
45+
#### **SourceName**
46+
47+
|Type |Required|Position|PipelineInput |Aliases |
48+
|----------|--------|--------|---------------------|-------------|
49+
|`[string]`|false |1 |true (ByPropertyName)|SceneItemName|
50+
51+
#### **Speed**
52+
53+
|Type |Required|Position|PipelineInput|
54+
|---------|--------|--------|-------------|
55+
|`[float]`|false |0 |false |
56+
57+
#### **UseShaderTime**
58+
59+
|Type |Required|Position|PipelineInput|
60+
|----------|--------|--------|-------------|
61+
|`[switch]`|false |Named |false |
62+
63+
---
64+
65+
### Inputs
66+
System.String
67+
68+
---
69+
70+
### Outputs
71+
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)
72+
73+
---
74+
75+
### Syntax
76+
```PowerShell
77+
syntaxItem
78+
```
79+
```PowerShell
80+
----------
81+
```
82+
```PowerShell
83+
{@{name=Get-OBSFireworks2Shader; CommonParameters=True; parameter=System.Object[]}}
84+
```

0 commit comments

Comments
 (0)