@dcl/playground-assets 7.24.5-29273111530.commit-7b1b863 → 7.24.5-29328017684.commit-f20157b
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/alpha.d.ts +9 -0
- package/dist/beta.d.ts +9 -0
- package/dist/index.bundled.d.ts +9 -0
- package/dist/index.js +5 -5
- package/dist/playground/sdk/apis.d.ts +30 -33
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +9 -0
- package/etc/playground-assets.api.json +70 -0
- package/etc/playground-assets.api.md +8 -0
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
|
@@ -269,6 +269,14 @@ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefiniti
|
|
|
269
269
|
/** @public */
|
|
270
270
|
export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
271
271
|
|
|
272
|
+
/** Mask for which bones an animation applies to. */
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export declare const enum AvatarMask {
|
|
277
|
+
AM_UPPER_BODY = 0
|
|
278
|
+
}
|
|
279
|
+
|
|
272
280
|
/** @public */
|
|
273
281
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
274
282
|
|
|
@@ -4824,6 +4832,7 @@ export declare interface PBAvatarEmoteCommand {
|
|
|
4824
4832
|
loop: boolean;
|
|
4825
4833
|
/** monotonic counter */
|
|
4826
4834
|
timestamp: number;
|
|
4835
|
+
mask?: AvatarMask | undefined;
|
|
4827
4836
|
}
|
|
4828
4837
|
|
|
4829
4838
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -269,6 +269,14 @@ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefiniti
|
|
|
269
269
|
/** @public */
|
|
270
270
|
export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
271
271
|
|
|
272
|
+
/** Mask for which bones an animation applies to. */
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export declare const enum AvatarMask {
|
|
277
|
+
AM_UPPER_BODY = 0
|
|
278
|
+
}
|
|
279
|
+
|
|
272
280
|
/** @public */
|
|
273
281
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
274
282
|
|
|
@@ -4796,6 +4804,7 @@ export declare interface PBAvatarEmoteCommand {
|
|
|
4796
4804
|
loop: boolean;
|
|
4797
4805
|
/** monotonic counter */
|
|
4798
4806
|
timestamp: number;
|
|
4807
|
+
mask?: AvatarMask | undefined;
|
|
4799
4808
|
}
|
|
4800
4809
|
|
|
4801
4810
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -269,6 +269,14 @@ export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefiniti
|
|
|
269
269
|
/** @public */
|
|
270
270
|
export declare const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
|
|
271
271
|
|
|
272
|
+
/** Mask for which bones an animation applies to. */
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export declare const enum AvatarMask {
|
|
277
|
+
AM_UPPER_BODY = 0
|
|
278
|
+
}
|
|
279
|
+
|
|
272
280
|
/** @public */
|
|
273
281
|
export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
|
|
274
282
|
|
|
@@ -4796,6 +4804,7 @@ export declare interface PBAvatarEmoteCommand {
|
|
|
4796
4804
|
loop: boolean;
|
|
4797
4805
|
/** monotonic counter */
|
|
4798
4806
|
timestamp: number;
|
|
4807
|
+
mask?: AvatarMask | undefined;
|
|
4799
4808
|
}
|
|
4800
4809
|
|
|
4801
4810
|
/**
|