Skip to content

Latest commit

 

History

History
70 lines (29 loc) · 982 Bytes

Import-OBSEffect.md

File metadata and controls

70 lines (29 loc) · 982 Bytes

Import-OBSEffect

Synopsis

Imports Effects


Description

Imports obs-powershell effects


Related Links


Examples

EXAMPLE 1

Import-OBSEffect -Path (Get-Module obs-powershell)

Parameters

From

The source location of the effect. This can be a string, file, directory, command, or module.

Type Required Position PipelineInput Aliases
[Object] true 1 true (ByValue, ByPropertyName) FromPath
FromModule
FromScript
FromFunction
FullName
Path
Source

Syntax

Import-OBSEffect [-From] <Object> [<CommonParameters>]