Click or drag to resize

SceneDisplayConditionSetDisplayInScene Method

Allows or disallows rendering for in a particular scene for.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetDisplayInScene(
	Scene scene,
	bool on
)

Parameters

scene
Type: AGI.Foundation.GraphicsScene
The scene to enable or disable rendering for.
on
Type: SystemBoolean
True, if an object with this display condition should render in the given scene.
See Also