obs-powershell

Import-OBSEffect

Synopsis

Imports Effects


Description

Imports obs-powershell effects



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>]