RenderTexture.Texture Property

SFML.Net

RenderTextureTexture Property
Target texture of the render texture

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; }
Public ReadOnly Property Texture As Texture
	Get
public:
property Texture^ Texture {
	Texture^ get ();
}
member Texture : Texture with get

Property Value

Type: Texture
See Also