exodeui 6.4.5 → 6.4.6
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/dist/index.js +19 -19
- package/dist/index.mjs +3582 -3456
- package/dist/src/engine.d.ts +2 -0
- package/package.json +1 -1
package/dist/src/engine.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ export declare class ExodeUIEngine {
|
|
|
85
85
|
private objectVelocities;
|
|
86
86
|
private currentTime;
|
|
87
87
|
private frameCount;
|
|
88
|
+
private entranceStartTimes;
|
|
88
89
|
private fontLeadingFactors;
|
|
89
90
|
private onLogicUpdate?;
|
|
90
91
|
private logicNodeValues;
|
|
@@ -223,6 +224,7 @@ export declare class ExodeUIEngine {
|
|
|
223
224
|
private initGlobalAnimationTriggers;
|
|
224
225
|
private triggerGlobalAnimation;
|
|
225
226
|
private handleAnimationFinished;
|
|
227
|
+
private getEntranceProgress;
|
|
226
228
|
private getWorldTransform;
|
|
227
229
|
private hitTest;
|
|
228
230
|
private updateSliderValueFromPointer;
|