Class RenderTarget
A special type of texture that can be drawn on with the dx functions
Inherited Members
Namespace: Slipe.Client.Rendering
Assembly: SlipeClient.dll
Syntax
public class RenderTarget : Texture
Constructors
| Improve this Doc View SourceRenderTarget(Vector2, Boolean)
Declaration
public RenderTarget(Vector2 dimensions, bool withAlpha = false)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | dimensions | |
Boolean | withAlpha |