Click or drag to resize
AB4D logo

BaseControllerControlTargetCamera Property

Gets or sets the Ab3d.Camera.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public BaseCamera TargetCamera { get; set; }

Property Value

BaseCamera
Remarks

The TargetCamera can be also set by the TargetCameraName property.

If TargetCamera and TargetCameraName are not set and IsAutoCameraFindingEnabled is set to true, the controller try to find the first Ab3d.Camera by looking at controls parents.

See Also