Gets the
Camera
associated with the scene, which affects the view that is rendered by the scene.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Camera Camera { get; }
Public ReadOnly Property Camera As Camera
Get
public:
property Camera^ Camera {
Camera^ get ();
}
member Camera : Camera with get
Property Value
Type:
CameraSee Also