RenderCommand
class RenderCommand(val commandId: String, val points: List<Point2D>, val color: IsoColor, val originalPath: Path, val originalShape: Shape?, val ownerNodeId: String? = null)
A platform-agnostic rendering command representing a single polygon to draw. Contains the 2D screen-space points and color, ready for rendering.