Click or drag to resize

SceneDisplayConditionGetDisplayInScene Method

Determines whether the display condition allows rendering rendering in the given scene.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool GetDisplayInScene(
	Scene scene
)

Parameters

scene
Type: AGI.Foundation.GraphicsScene
The scene to check if rendering is enabled for.

Return Value

Type: Boolean
True, if the display condition allows rendering in the given scene; otherwise, false.
See Also