Gets or sets the distance the camera position is from the reference point.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Distance { get; set; }
Public Property Distance As Double
Get
Set
public:
property double Distance {
double get ();
void set (double value);
}
member Distance : float with get, set
Property Value
Type:
Double
See Also