Click or drag to resize
AB4D logo

BaseControllerControlTargetCameraName Property

Gets or sets the Name of the Ab3d.Camera that is used to define the TargetCamera property.

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

Property Value

String
Remarks

The TargetCamera can be also set directly by the TargetCamera property.

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

See Also