EffectsExtension.GetEffect Method

Definition

Overloads

GetEffect(UInt32, EfxEffecti, Int32)
GetEffect(Int32, EfxEffect3f, Vector3)
GetEffect(Int32, EfxEffectf, Single)
GetEffect(Int32, EfxEffecti, Int32)
GetEffect(UInt32, EfxEffect3f, Vector3)
GetEffect(UInt32, EfxEffectf, Single)

GetEffect(UInt32, EfxEffecti, Int32)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void GetEffect (uint eid, OpenTK.Audio.OpenAL.EfxEffecti pname, out int value);
member this.GetEffect : uint32 * OpenTK.Audio.OpenAL.EfxEffecti *  -> unit

Parameters

eid
UInt32
pname
EfxEffecti
value
Int32
Attributes

Applies to

GetEffect(Int32, EfxEffect3f, Vector3)

public void GetEffect (int eid, OpenTK.Audio.OpenAL.EfxEffect3f param, out OpenTK.Vector3 values);
member this.GetEffect : int * OpenTK.Audio.OpenAL.EfxEffect3f *  -> unit

Parameters

eid
Int32
param
EfxEffect3f
values
Vector3

Applies to

GetEffect(Int32, EfxEffectf, Single)

public void GetEffect (int eid, OpenTK.Audio.OpenAL.EfxEffectf pname, out float value);
member this.GetEffect : int * OpenTK.Audio.OpenAL.EfxEffectf *  -> unit

Parameters

eid
Int32
pname
EfxEffectf
value
Single

Applies to

GetEffect(Int32, EfxEffecti, Int32)

public void GetEffect (int eid, OpenTK.Audio.OpenAL.EfxEffecti pname, out int value);
member this.GetEffect : int * OpenTK.Audio.OpenAL.EfxEffecti *  -> unit

Parameters

eid
Int32
pname
EfxEffecti
value
Int32

Applies to

GetEffect(UInt32, EfxEffect3f, Vector3)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void GetEffect (uint eid, OpenTK.Audio.OpenAL.EfxEffect3f param, out OpenTK.Vector3 values);
member this.GetEffect : uint32 * OpenTK.Audio.OpenAL.EfxEffect3f *  -> unit

Parameters

eid
UInt32
param
EfxEffect3f
values
Vector3
Attributes

Applies to

GetEffect(UInt32, EfxEffectf, Single)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void GetEffect (uint eid, OpenTK.Audio.OpenAL.EfxEffectf pname, out float value);
member this.GetEffect : uint32 * OpenTK.Audio.OpenAL.EfxEffectf *  -> unit

Parameters

eid
UInt32
pname
EfxEffectf
value
Single
Attributes

Applies to