Click or drag to resize
AB4D logo

EffectsManagerIsEffectRegistered Method

Returns Boolean that specifies if the effect with effectName was already registered with this EffectsManager.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsEffectRegistered(
	string effectName
)

Parameters

effectName  String
name of the effect

Return Value

Boolean
Boolean that specifies if the effect with effectName was already registered with this EffectsManager
See Also