Editor Dimensions
Returns Dimensions
describing the viewport of the editor camera.
Syntax
function getEditorDimensions(state) {
return state.camera.editorDimensions;
}
Returns Dimensions
describing the viewport of the editor camera.
function getEditorDimensions(state) {
return state.camera.editorDimensions;
}