@3dsource/angular-unreal-module 0.0.50 → 0.0.52
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
|
@@ -1630,14 +1630,13 @@ declare class UnrealSceneComponent implements AfterViewInit {
|
|
|
1630
1630
|
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>;
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
1633
|
-
declare class VideoLockerComponent
|
|
1634
|
-
videoElement
|
|
1633
|
+
declare class VideoLockerComponent {
|
|
1634
|
+
private videoElement;
|
|
1635
1635
|
private store;
|
|
1636
|
-
|
|
1637
|
-
protected videoIntroSrc
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
ngAfterViewInit(): void;
|
|
1636
|
+
protected imageIntroSrc: i0.Signal<string | null>;
|
|
1637
|
+
protected videoIntroSrc: i0.Signal<string | null>;
|
|
1638
|
+
private viewportReady;
|
|
1639
|
+
constructor();
|
|
1641
1640
|
private createVideo;
|
|
1642
1641
|
static ɵfac: i0.ɵɵFactoryDeclaration<VideoLockerComponent, never>;
|
|
1643
1642
|
static ɵcmp: i0.ɵɵComponentDeclaration<VideoLockerComponent, "app-video-locker", never, {}, {}, never, never, true, never>;
|