RenderStates Constructor (Texture)

SFML.Net

RenderStates Constructor (Texture)
Construct a default set of render states with a custom texture

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public RenderStates(
	Texture texture
)
Public Sub New ( 
	texture As Texture
)
public:
RenderStates(
	Texture^ texture
)
new : 
        texture : Texture -> RenderStates

Parameters

texture
Type: SFML.GraphicsTexture
Texture to use
See Also