@cesdk/node 1.63.0-nightly.20251024 → 1.63.0-rc.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.
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -135,8 +135,8 @@ export declare type ApplicationMimeType = Extract<MimeType_2, 'application/octet
|
|
|
135
135
|
export declare interface ApplyAssetOptions {
|
|
136
136
|
/**
|
|
137
137
|
* How the asset should be placed in the scene.
|
|
138
|
-
* - 'clip':
|
|
139
|
-
* - 'overlay':
|
|
138
|
+
* - 'clip': Background clip placed on background track
|
|
139
|
+
* - 'overlay': Foreground overlay placed at playhead
|
|
140
140
|
*/
|
|
141
141
|
clipType?: 'clip' | 'overlay';
|
|
142
142
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class AssetAPI {
|
|
|
554
554
|
*
|
|
555
555
|
* @example
|
|
556
556
|
* ```javascript
|
|
557
|
-
* //
|
|
557
|
+
* // Foreground overlay placement
|
|
558
558
|
* await engine.asset.apply('asset-source-id', assetResult.assets[0], {
|
|
559
559
|
* clipType: 'overlay'
|
|
560
560
|
* });
|