|
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.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double AbsoluteDistance { get; protected set; }
Property Value
DoubleRemarks
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