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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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