新增windTransition例子

This commit is contained in:
yhh
2020-08-25 17:28:22 +08:00
parent 794e33a0a0
commit 46a8de39e3
20 changed files with 183 additions and 42 deletions

View File

@@ -374,7 +374,7 @@ declare module es {
unload(): void;
onActive(): void;
onDeactive(): void;
begin(): Promise<void>;
begin(): void;
end(): void;
update(): void;
render(): void;
@@ -1257,6 +1257,7 @@ declare module es {
private _alpha;
constructor(sceneLoadAction: Function);
onBeginTransition(): Promise<void>;
protected transitionComplete(): void;
render(): void;
}
}
@@ -1270,6 +1271,7 @@ declare module es {
windSegments: number;
size: number;
onBeginTransition(): Promise<void>;
protected transitionComplete(): void;
}
}
declare module es {