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.2.419.0 (24.2.419.0)
Syntax public void SetDisplayInScene(
Scene scene,
bool on
)
Public Sub SetDisplayInScene (
scene As Scene,
on As Boolean
)
public:
void SetDisplayInScene(
Scene^ scene,
bool on
)
member SetDisplayInScene :
scene : Scene *
on : bool -> unit
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