@3dsource/angular-unreal-module 0.0.77 → 0.0.78
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
|
@@ -71,7 +71,7 @@ declare class StatGraphComponent implements AfterViewInit {
|
|
|
71
71
|
static ɵcmp: i0.ɵɵComponentDeclaration<StatGraphComponent, "app-stat-graph", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "tickStep": { "alias": "tickStep"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "dataTick": { "alias": "dataTick"; "required": false; }; }, {}, never, never, true, never>;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
declare class UnrealSceneComponent
|
|
74
|
+
declare class UnrealSceneComponent {
|
|
75
75
|
isStudio: i0.InputSignal<boolean>;
|
|
76
76
|
useContainerAsSizeProvider: i0.InputSignal<boolean>;
|
|
77
77
|
studioResolutionSize: i0.InputSignal<{
|
|
@@ -82,7 +82,7 @@ declare class UnrealSceneComponent implements AfterViewInit, OnInit {
|
|
|
82
82
|
width: number;
|
|
83
83
|
height: number;
|
|
84
84
|
}>;
|
|
85
|
-
|
|
85
|
+
readonly videoElement: i0.Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
86
86
|
changeMouseOverScene: i0.OutputEmitterRef<boolean>;
|
|
87
87
|
private width;
|
|
88
88
|
private height;
|
|
@@ -101,9 +101,7 @@ declare class UnrealSceneComponent implements AfterViewInit, OnInit {
|
|
|
101
101
|
private get pixelRatio();
|
|
102
102
|
onMouseOver(): void;
|
|
103
103
|
onMouseOut(): void;
|
|
104
|
-
|
|
105
|
-
ngOnInit(): void;
|
|
106
|
-
ngAfterViewInit(): void;
|
|
104
|
+
constructor();
|
|
107
105
|
private listenResizeValues;
|
|
108
106
|
private adaptVideo;
|
|
109
107
|
/**
|
|
@@ -538,9 +536,7 @@ declare class InputService extends SubService {
|
|
|
538
536
|
maxByteValue: number;
|
|
539
537
|
fingers: number[];
|
|
540
538
|
private offsetParams;
|
|
541
|
-
|
|
542
|
-
protected init(): void;
|
|
543
|
-
fakeInit(): void;
|
|
539
|
+
init(): void;
|
|
544
540
|
useKeyboardKeys(keys: IKeyCode[]): void;
|
|
545
541
|
private setup;
|
|
546
542
|
/**
|