Edit

Share via


EffectsExtension.BindEffectToAuxiliarySlot Method

Definition

Overloads

BindEffectToAuxiliarySlot(Int32, Int32)

(Helper) Attaches an Effect to an Auxiliary Effect Slot.

BindEffectToAuxiliarySlot(UInt32, UInt32)

(Helper) Attaches an Effect to an Auxiliary Effect Slot.

BindEffectToAuxiliarySlot(Int32, Int32)

(Helper) Attaches an Effect to an Auxiliary Effect Slot.

public void BindEffectToAuxiliarySlot (int auxiliaryeffectslot, int effect);
member this.BindEffectToAuxiliarySlot : int * int -> unit

Parameters

auxiliaryeffectslot
Int32

The slot handle to attach the Effect to.

effect
Int32

The Effect handle that is being attached.

Applies to

BindEffectToAuxiliarySlot(UInt32, UInt32)

Important

This API is not CLS-compliant.

(Helper) Attaches an Effect to an Auxiliary Effect Slot.

[System.CLSCompliant(false)]
public void BindEffectToAuxiliarySlot (uint auxiliaryeffectslot, uint effect);
member this.BindEffectToAuxiliarySlot : uint32 * uint32 -> unit

Parameters

auxiliaryeffectslot
UInt32

The slot handle to attach the Effect to.

effect
UInt32

The Effect handle that is being attached.

Attributes

Applies to