Table of Contents

Interface ISetAudioClip<TBuilder, TArgument>

Namespace
Alis.Core.Aspect.Fluent.Words
Assembly
Alis.dll

The set audio clip interface

public interface ISetAudioClip<out TBuilder, in TArgument>

Type Parameters

TBuilder
TArgument

Methods

SetAudioClip(TArgument)

Sets the audio clip using the specified value

TBuilder SetAudioClip(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder