Click or drag to resize
AB4D logo

EffectsManagerEffects Property

Gets a readonly collection of all registered effects

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public ReadOnlyCollection<Effect> Effects { get; }

Property Value

ReadOnlyCollectionEffect
See Also