Click or drag to resize
AB4D logo

EffectsManagerRegisterEffect Method

Registers the effect with EffectManager. Each used effect must be registered. Registering effect will also initialize it (called InitializeResources) if the effect was not initialized yet.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void RegisterEffect(
	Effect effect
)

Parameters

effect  Effect
Effect
Remarks

RegisterEffect registers the effect with EffectManager. Each used effect must be registered.

See Also