Gets or sets the position of the camera.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Position { get; set; }
Public Property Position As Cartesian
Get
Set
public:
property Cartesian Position {
Cartesian get ();
void set (Cartesian value);
}
member Position : Cartesian with get, set
Property Value
Type:
CartesianSee Also