IGraphicsRendererBase Interface
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
public interface IGraphicsRendererBase
Name | Description | |
---|---|---|
Methods | ||
Draw(RenderDrawContext) | Draws this renderer with the specified context. See remarks. |
Methods
Draw(RenderDrawContext)
Draws this renderer with the specified context. See remarks.
void Draw(RenderDrawContext context)
Parameters
Type | Name | Description |
---|---|---|
RenderDrawContext | context | The context. |
Remarks
The method Initialize(RenderContext) should be called automatically by the implementation if it was not done before the first draw.