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.2.419.0 (24.2.419.0)
Syntax public void DisplayOnlyInScene(
Scene scene
)
Public Sub DisplayOnlyInScene (
scene As Scene
)
public:
void DisplayOnlyInScene(
Scene^ scene
)
member DisplayOnlyInScene :
scene : Scene -> unit
Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
The scene to enable or disable rendering for.
See Also