EffectsExtension.BindEffect Method

Definition

Overloads

BindEffect(Int32, EfxEffectType)
BindEffect(UInt32, EfxEffectType)

BindEffect(Int32, EfxEffectType)

public void BindEffect (int eid, OpenTK.Audio.OpenAL.EfxEffectType type);
member this.BindEffect : int * OpenTK.Audio.OpenAL.EfxEffectType -> unit

Parameters

eid
Int32

Applies to

BindEffect(UInt32, EfxEffectType)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void BindEffect (uint eid, OpenTK.Audio.OpenAL.EfxEffectType type);
member this.BindEffect : uint32 * OpenTK.Audio.OpenAL.EfxEffectType -> unit

Parameters

eid
UInt32
Attributes

Applies to