Click or drag to resize

SceneDisplayConditionDisplayOnlyInScene Method

Allows rendering only in the given scene. The display condition will not allow rendering in other scenes, including newly created ones.

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 DisplayOnlyInScene(
	Scene scene
)

Parameters

scene
Type: AGI.Foundation.GraphicsScene
The scene to enable or disable rendering for.
See Also