@3dsource/angular-unreal-module 0.0.30 → 0.0.31-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1498,6 +1498,7 @@ declare class UnrealSceneComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
|
1498
1498
|
private getResizeValuesUniversal;
|
|
1499
1499
|
private getResizeValues;
|
|
1500
1500
|
private sendResize;
|
|
1501
|
+
private makeEven;
|
|
1501
1502
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnrealSceneComponent, never>;
|
|
1502
1503
|
static ɵcmp: i0.ɵɵComponentDeclaration<UnrealSceneComponent, "app-unreal-scene", never, { "isStudio": { "alias": "isStudio"; "required": false; "isSignal": true; }; "useContainerAsSizeProvider": { "alias": "useContainerAsSizeProvider"; "required": false; "isSignal": true; }; "studioResolutionSize": { "alias": "studioResolutionSize"; "required": false; "isSignal": true; }; }, { "changeMouseOverScene": "changeMouseOverScene"; }, never, ["app-video-locker", "app-pdf", "app-show-case", "app-low-bandwidth-detector"], true, never>;
|
|
1503
1504
|
}
|