Click or drag to resize
AB4D logo

BaseTargetRect3DCameraIsDistancePercent Property

Gets or sets a Boolean that specifies if the Distance property is specified in percentage or absolute value.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsDistancePercent { get; set; }

Property Value

Boolean
Remarks

For example if IsDistancePercent is true and Distance is 3.0, that means that the distance of the camera from the center of the TargetRect3D will be 3 times the size of the TargetRect3D (diagonal length).

See Also