View.Rotation Property

SFML.Net

ViewRotation Property
Rotation of the view, in degrees

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public float Rotation { get; set; }
Public Property Rotation As Single
	Get
	Set
public:
property float Rotation {
	float get ();
	void set (float value);
}
member Rotation : float32 with get, set

Property Value

Type: Single
See Also