Click or drag to resize
AB4D logo

ShowCameraLightType Enumeration

Enum used by the ShowCameraLight property to define when the camera light is shown.

Namespace: Ab3d.Common.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum ShowCameraLightType
Members
Member nameValueDescription
Never0 Never add additional camera light
Auto1 Show camera light only if there is no other light defined in the Viewport3D controlled by the camera.
Always2 Always add a camera light
See Also