Gets or sets the camera used to view this actor.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public ICamera Camera { get; set; }
Visual Basic (Declaration)
Public Property Camera As ICamera
Visual C++
public:
property ICamera^ Camera {
	ICamera^ get ();
	void set (ICamera^ value);
}

See Also