Click or drag to resize
AB4D logo

RenderingStepBaseIsEnabled Property

Gets or sets a boolean that specifies if this rendering step is enabled. Note that if the step is not enabled than the step events will also not be triggered.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsEnabled { get; set; }

Property Value

Boolean
See Also