![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
ViewSpecificLayerVisibility | GetLayerVisibility (Layer^ pLayer) |
Returns weather Layervisibility is enabled/disabled ort global for this view. More... | |
void | SetLayerVisibility (Layer^ pLayer, ViewSpecificLayerVisibility pVisible) |
If isVisibilityPerViewEnabled is enabled, it sets layer visible/invisible/global for this view. More... | |
Properties | |
int | Index [get] |
The index of this view. More... | |
int | Width [get] |
The width this view. More... | |
int | Height [get] |
The height this view. More... | |
ViewCameraMode | CameraMode [get, set] |
The camera mode of this view. More... | |
ICamera^ | Camera [get] |
Interface to camera parameters of the view. More... | |
CameraEntity^ | AssignedCameraEntity [get, set] |
Interface to camera entity to which the view is currently set. More... | |
IRenderStyle^ | RenderStyle [get, set] |
Active render style of view. More... | |
Events | |
System::EventHandler^ | CameraChanged [add, remove, raise] |
Occurs when camera parameters have changed. More... | |
System::EventHandler^ | RenderStyleChanged [add, remove, raise] |
Occurs when active render style has changed. More... | |
System::EventHandler^ | Resize [add, remove, raise] |
Occurs when view size changed. More... | |
A View.
ViewSpecificLayerVisibility X3g::Plugin::View::GetLayerVisibility | ( | Layer^ | pLayer) |
Returns weather Layervisibility is enabled/disabled ort global for this view.
void X3g::Plugin::View::SetLayerVisibility | ( | Layer^ | pLayer, |
ViewSpecificLayerVisibility | pVisible | ||
) |
If isVisibilityPerViewEnabled is enabled, it sets layer visible/invisible/global for this view.
|
getset |
Interface to camera entity to which the view is currently set.
May be null.
|
get |
Interface to camera parameters of the view.
It's not allowed to assign another camera reference. Use ICamera::CopyFrom() instead.
|
getset |
The camera mode of this view.
|
get |
The height this view.
(pixel)
|
get |
The index of this view.
|
getset |
Active render style of view.
|
get |
The width this view.
(pixel)
|
addremoveraise |
Occurs when camera parameters have changed.
|
addremoveraise |
Occurs when active render style has changed.
|
addremoveraise |
Occurs when view size changed.