SFML.Net
RenderTextureSetActive Method |
Activate of deactivate the render texture as the current target
for rendering
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public bool SetActive( bool active )
Public Function SetActive ( active As Boolean ) As Boolean
public: bool SetActive( bool active )
member SetActive : active : bool -> bool
Parameters
- active
- Type: SystemBoolean
True to activate, false to deactivate (true by default)
Return Value
Type: BooleanTrue if operation was successful, false otherwise
