|
BaseTargetRect3DCameraIsDistancePercent Property |
Gets or sets a Boolean that specifies if the
Distance property is specified in percentage or absolute value.
Namespace: Ab3d.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsDistancePercent { get; set; }
Property Value
BooleanRemarks
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