Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RenderingEngine

import type { RenderingEngine } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a rendering engine.

interface RenderingEngine {
name?: RenderingEngineType | null;
version?: string | null;
}

§Properties

§

The name of the rendering engine.

§
version?: string | null
[src]

The version of the rendering engine.