Update RoomPreviewer

This commit is contained in:
Bill 2021-05-08 23:27:01 -04:00
parent ae030d088f
commit f33b6bd96e

View File

@ -850,4 +850,14 @@ export class RoomPreviewer
{
this._backgroundColor = color;
}
public get width(): number
{
return this._currentPreviewCanvasWidth;
}
public get height(): number
{
return this._currentPreviewCanvasHeight;
}
}