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.2.419.0 (24.2.419.0)
Syntax public ConstantDisplayCondition(
bool display
)
Public Sub New (
display As Boolean
)
public:
ConstantDisplayCondition(
bool display
)
new :
display : bool -> ConstantDisplayCondition
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