ReferenceSDKwebviewssetSizeOn this pagesetSize Sets the 3D world space dimensions of the webview. async setSize(size: Vec2): Promise<void> Parameters ParameterTypeDescriptionsizeVec2The new size as [width, height] in 3D world space Example await webview.setSize([0.5, 0.5]); To update multiple properties at once, use patch().