Click or drag to resize

SceneDisplayCondition Constructor

Initializes a default scene display condition. When this display condition is assigned to an object, such as a primitive, the object can be restricted to only render in certain scenes. Call SetDisplayInScene(Scene, Boolean) or DisplayOnlyInScene(Scene) to limit the scenes.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SceneDisplayCondition()
See Also