Class RenderMessage
- Namespace
- SimulationFramework.Messaging
- Assembly
- SimulationFramework.dll
Sent when the simulation should render a frame.
public sealed class RenderMessage : Message
- Inheritance
-
RenderMessage
- Inherited Members
Constructors
RenderMessage(ICanvas)
Initializes a new instance of the RenderMessage class.
public RenderMessage(ICanvas canvas)
Parameters
canvas
ICanvasThe canvas the simulation is rendering to.
Properties
Canvas
The canvas the simulation is rendering to.
public ICanvas Canvas { get; }