@dcl/playground-assets 7.24.5-29334646366.commit-955c00d → 7.24.5-29351748668.commit-acb4b31

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 CHANGED
@@ -263,6 +263,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
263
263
  /** @public */
264
264
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
265
265
 
266
+ /** Mask for which bones an animation applies to. */
267
+ /**
268
+ * @public
269
+ */
270
+ export declare const enum AvatarEmoteMask {
271
+ AEM_FULL_BODY = 0,
272
+ AEM_UPPER_BODY = 1
273
+ }
274
+
266
275
  /** @public */
267
276
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
268
277
 
@@ -6989,6 +6998,7 @@ export declare namespace PBVideoPlayer {
6989
6998
  * an 'instant' transition (like using speed/time = 0)
6990
6999
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6991
7000
  * the holding entity transform).
7001
+ * * The fov defines the Field of View of the virtual camera
6992
7002
  */
6993
7003
  /**
6994
7004
  * @public
@@ -6996,6 +7006,8 @@ export declare namespace PBVideoPlayer {
6996
7006
  export declare interface PBVirtualCamera {
6997
7007
  defaultTransition?: CameraTransition | undefined;
6998
7008
  lookAtEntity?: number | undefined;
7009
+ /** default: 60 */
7010
+ fov?: number | undefined;
6999
7011
  }
7000
7012
 
7001
7013
  /**
package/dist/beta.d.ts CHANGED
@@ -263,6 +263,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
263
263
  /** @public */
264
264
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
265
265
 
266
+ /** Mask for which bones an animation applies to. */
267
+ /**
268
+ * @public
269
+ */
270
+ export declare const enum AvatarEmoteMask {
271
+ AEM_FULL_BODY = 0,
272
+ AEM_UPPER_BODY = 1
273
+ }
274
+
266
275
  /** @public */
267
276
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
268
277
 
@@ -6961,6 +6970,7 @@ export declare namespace PBVideoPlayer {
6961
6970
  * an 'instant' transition (like using speed/time = 0)
6962
6971
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6963
6972
  * the holding entity transform).
6973
+ * * The fov defines the Field of View of the virtual camera
6964
6974
  */
6965
6975
  /**
6966
6976
  * @public
@@ -6968,6 +6978,8 @@ export declare namespace PBVideoPlayer {
6968
6978
  export declare interface PBVirtualCamera {
6969
6979
  defaultTransition?: CameraTransition | undefined;
6970
6980
  lookAtEntity?: number | undefined;
6981
+ /** default: 60 */
6982
+ fov?: number | undefined;
6971
6983
  }
6972
6984
 
6973
6985
  /**
@@ -263,6 +263,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
263
263
  /** @public */
264
264
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
265
265
 
266
+ /** Mask for which bones an animation applies to. */
267
+ /**
268
+ * @public
269
+ */
270
+ export declare const enum AvatarEmoteMask {
271
+ AEM_FULL_BODY = 0,
272
+ AEM_UPPER_BODY = 1
273
+ }
274
+
266
275
  /** @public */
267
276
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
268
277
 
@@ -6961,6 +6970,7 @@ export declare namespace PBVideoPlayer {
6961
6970
  * an 'instant' transition (like using speed/time = 0)
6962
6971
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6963
6972
  * the holding entity transform).
6973
+ * * The fov defines the Field of View of the virtual camera
6964
6974
  */
6965
6975
  /**
6966
6976
  * @public
@@ -6968,6 +6978,8 @@ export declare namespace PBVideoPlayer {
6968
6978
  export declare interface PBVirtualCamera {
6969
6979
  defaultTransition?: CameraTransition | undefined;
6970
6980
  lookAtEntity?: number | undefined;
6981
+ /** default: 60 */
6982
+ fov?: number | undefined;
6971
6983
  }
6972
6984
 
6973
6985
  /**