Listener.Position Property

SFML.Net

ListenerPosition Property
3D position of the listener (default is (0, 0, 0))

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static Vector3f Position { get; set; }
Public Shared Property Position As Vector3f
	Get
	Set
public:
static property Vector3f Position {
	Vector3f get ();
	void set (Vector3f value);
}
static member Position : Vector3f with get, set

Property Value

Type: Vector3f
See Also