Click or drag to resize
AB4D logo

BaseTargetRect3DCameraAbsoluteDistance Property

Gets a distance from the camera to the Camera's target position - the value is an absolute value regardless of IsDistancePercent property.

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

Property Value

Double
Remarks

If IsDistancePercent is true, the Distance is set as percentage of the center object size. In this case the AbsoluteDistance property tells the real distance value and not the percentage.

If IsDistancePercent is false, the AbsoluteDistance is the same as Distance because the Distance is already an absolute value.

See Also