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.2.419.0 (24.2.419.0)
Syntax public bool GetDisplayInScene(
Scene scene
)
Public Function GetDisplayInScene (
scene As Scene
) As Boolean
public:
bool GetDisplayInScene(
Scene^ scene
)
member GetDisplayInScene :
scene : Scene -> bool
Parameters
- scene
- Type: AGI.Foundation.GraphicsScene
The scene to check if rendering is enabled for.
Return Value
Type:
BooleanTrue, if the display condition allows rendering in the given
scene; otherwise, false.
See Also