@dcl/playground-assets 7.24.1-27293561585.commit-8c5b5ad → 7.24.1-27294863236.commit-bff98c4

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
@@ -261,6 +261,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
261
261
  /** @public */
262
262
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
263
263
 
264
+ /** Mask for which bones an animation applies to. */
265
+ /**
266
+ * @public
267
+ */
268
+ export declare const enum AvatarEmoteMask {
269
+ AEM_FULL_BODY = 0,
270
+ AEM_UPPER_BODY = 1
271
+ }
272
+
264
273
  /** @public */
265
274
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
266
275
 
@@ -4849,6 +4858,12 @@ export declare interface PBAvatarLocomotionSettings {
4849
4858
  runJumpHeight?: number | undefined;
4850
4859
  /** Cooldown time after a hard landing before the avatar can move again (in seconds) */
4851
4860
  hardLandingCooldown?: number | undefined;
4861
+ /** Height of the double jump (in meters) */
4862
+ doubleJumpHeight?: number | undefined;
4863
+ /** Maximum speed when gliding (in meters per second) */
4864
+ glidingSpeed?: number | undefined;
4865
+ /** Maximum falling speed when gliding (in meters per second) */
4866
+ glidingFallingSpeed?: number | undefined;
4852
4867
  }
4853
4868
 
4854
4869
  /**
@@ -6941,6 +6956,7 @@ export declare namespace PBVideoPlayer {
6941
6956
  * an 'instant' transition (like using speed/time = 0)
6942
6957
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6943
6958
  * the holding entity transform).
6959
+ * * The fov defines the Field of View of the virtual camera
6944
6960
  */
6945
6961
  /**
6946
6962
  * @public
@@ -6948,6 +6964,8 @@ export declare namespace PBVideoPlayer {
6948
6964
  export declare interface PBVirtualCamera {
6949
6965
  defaultTransition?: CameraTransition | undefined;
6950
6966
  lookAtEntity?: number | undefined;
6967
+ /** default: 60 */
6968
+ fov?: number | undefined;
6951
6969
  }
6952
6970
 
6953
6971
  /**
package/dist/beta.d.ts CHANGED
@@ -261,6 +261,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
261
261
  /** @public */
262
262
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
263
263
 
264
+ /** Mask for which bones an animation applies to. */
265
+ /**
266
+ * @public
267
+ */
268
+ export declare const enum AvatarEmoteMask {
269
+ AEM_FULL_BODY = 0,
270
+ AEM_UPPER_BODY = 1
271
+ }
272
+
264
273
  /** @public */
265
274
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
266
275
 
@@ -4821,6 +4830,12 @@ export declare interface PBAvatarLocomotionSettings {
4821
4830
  runJumpHeight?: number | undefined;
4822
4831
  /** Cooldown time after a hard landing before the avatar can move again (in seconds) */
4823
4832
  hardLandingCooldown?: number | undefined;
4833
+ /** Height of the double jump (in meters) */
4834
+ doubleJumpHeight?: number | undefined;
4835
+ /** Maximum speed when gliding (in meters per second) */
4836
+ glidingSpeed?: number | undefined;
4837
+ /** Maximum falling speed when gliding (in meters per second) */
4838
+ glidingFallingSpeed?: number | undefined;
4824
4839
  }
4825
4840
 
4826
4841
  /**
@@ -6913,6 +6928,7 @@ export declare namespace PBVideoPlayer {
6913
6928
  * an 'instant' transition (like using speed/time = 0)
6914
6929
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6915
6930
  * the holding entity transform).
6931
+ * * The fov defines the Field of View of the virtual camera
6916
6932
  */
6917
6933
  /**
6918
6934
  * @public
@@ -6920,6 +6936,8 @@ export declare namespace PBVideoPlayer {
6920
6936
  export declare interface PBVirtualCamera {
6921
6937
  defaultTransition?: CameraTransition | undefined;
6922
6938
  lookAtEntity?: number | undefined;
6939
+ /** default: 60 */
6940
+ fov?: number | undefined;
6923
6941
  }
6924
6942
 
6925
6943
  /**
@@ -261,6 +261,15 @@ export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAva
261
261
  /** @public */
262
262
  export declare const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
263
263
 
264
+ /** Mask for which bones an animation applies to. */
265
+ /**
266
+ * @public
267
+ */
268
+ export declare const enum AvatarEmoteMask {
269
+ AEM_FULL_BODY = 0,
270
+ AEM_UPPER_BODY = 1
271
+ }
272
+
264
273
  /** @public */
265
274
  export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
266
275
 
@@ -4821,6 +4830,12 @@ export declare interface PBAvatarLocomotionSettings {
4821
4830
  runJumpHeight?: number | undefined;
4822
4831
  /** Cooldown time after a hard landing before the avatar can move again (in seconds) */
4823
4832
  hardLandingCooldown?: number | undefined;
4833
+ /** Height of the double jump (in meters) */
4834
+ doubleJumpHeight?: number | undefined;
4835
+ /** Maximum speed when gliding (in meters per second) */
4836
+ glidingSpeed?: number | undefined;
4837
+ /** Maximum falling speed when gliding (in meters per second) */
4838
+ glidingFallingSpeed?: number | undefined;
4824
4839
  }
4825
4840
 
4826
4841
  /**
@@ -6913,6 +6928,7 @@ export declare namespace PBVideoPlayer {
6913
6928
  * an 'instant' transition (like using speed/time = 0)
6914
6929
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6915
6930
  * the holding entity transform).
6931
+ * * The fov defines the Field of View of the virtual camera
6916
6932
  */
6917
6933
  /**
6918
6934
  * @public
@@ -6920,6 +6936,8 @@ export declare namespace PBVideoPlayer {
6920
6936
  export declare interface PBVirtualCamera {
6921
6937
  defaultTransition?: CameraTransition | undefined;
6922
6938
  lookAtEntity?: number | undefined;
6939
+ /** default: 60 */
6940
+ fov?: number | undefined;
6923
6941
  }
6924
6942
 
6925
6943
  /**