interface CrtRenderer {
    update: CrtUpdateFn;
}

Properties

Properties

update: CrtUpdateFn