Click or drag to resize

ConstantDisplayCondition Constructor (Boolean)

Initializes a constant display condition with the value the display condition evaluates to.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantDisplayCondition(
	bool display
)

Parameters

display
Type: SystemBoolean
The value the display condition evaluates to. If true, when this display condition is assigned to an object, such as a primitive, the object is always rendered. If false, the object is never rendered.
See Also