Sprite.Texture Property

SFML.Net

SpriteTexture Property
Source texture displayed by the sprite

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

Property Value

Type: Texture
See Also