@dcl/playground-assets 7.24.3 → 7.24.4-28553021180.commit-e8ab68c

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
 
@@ -280,7 +289,9 @@ export declare const enum AvatarModifierType {
280
289
  /** AMT_HIDE_AVATARS - avatars are invisible */
281
290
  AMT_HIDE_AVATARS = 0,
282
291
  /** AMT_DISABLE_PASSPORTS - selecting (e.g. clicking) an avatar will not bring up their profile. */
283
- AMT_DISABLE_PASSPORTS = 1
292
+ AMT_DISABLE_PASSPORTS = 1,
293
+ /** AMT_HIDE_NAMETAGS - the name tag displayed above an avatar is hidden. */
294
+ AMT_HIDE_NAMETAGS = 2
284
295
  }
285
296
 
286
297
  /** @public */
@@ -6949,6 +6960,7 @@ export declare namespace PBVideoPlayer {
6949
6960
  * an 'instant' transition (like using speed/time = 0)
6950
6961
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6951
6962
  * the holding entity transform).
6963
+ * * The fov defines the Field of View of the virtual camera
6952
6964
  */
6953
6965
  /**
6954
6966
  * @public
@@ -6956,6 +6968,8 @@ export declare namespace PBVideoPlayer {
6956
6968
  export declare interface PBVirtualCamera {
6957
6969
  defaultTransition?: CameraTransition | undefined;
6958
6970
  lookAtEntity?: number | undefined;
6971
+ /** default: 60 */
6972
+ fov?: number | undefined;
6959
6973
  }
6960
6974
 
6961
6975
  /**
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
 
@@ -280,7 +289,9 @@ export declare const enum AvatarModifierType {
280
289
  /** AMT_HIDE_AVATARS - avatars are invisible */
281
290
  AMT_HIDE_AVATARS = 0,
282
291
  /** AMT_DISABLE_PASSPORTS - selecting (e.g. clicking) an avatar will not bring up their profile. */
283
- AMT_DISABLE_PASSPORTS = 1
292
+ AMT_DISABLE_PASSPORTS = 1,
293
+ /** AMT_HIDE_NAMETAGS - the name tag displayed above an avatar is hidden. */
294
+ AMT_HIDE_NAMETAGS = 2
284
295
  }
285
296
 
286
297
  /** @public */
@@ -6921,6 +6932,7 @@ export declare namespace PBVideoPlayer {
6921
6932
  * an 'instant' transition (like using speed/time = 0)
6922
6933
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6923
6934
  * the holding entity transform).
6935
+ * * The fov defines the Field of View of the virtual camera
6924
6936
  */
6925
6937
  /**
6926
6938
  * @public
@@ -6928,6 +6940,8 @@ export declare namespace PBVideoPlayer {
6928
6940
  export declare interface PBVirtualCamera {
6929
6941
  defaultTransition?: CameraTransition | undefined;
6930
6942
  lookAtEntity?: number | undefined;
6943
+ /** default: 60 */
6944
+ fov?: number | undefined;
6931
6945
  }
6932
6946
 
6933
6947
  /**
@@ -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
 
@@ -280,7 +289,9 @@ export declare const enum AvatarModifierType {
280
289
  /** AMT_HIDE_AVATARS - avatars are invisible */
281
290
  AMT_HIDE_AVATARS = 0,
282
291
  /** AMT_DISABLE_PASSPORTS - selecting (e.g. clicking) an avatar will not bring up their profile. */
283
- AMT_DISABLE_PASSPORTS = 1
292
+ AMT_DISABLE_PASSPORTS = 1,
293
+ /** AMT_HIDE_NAMETAGS - the name tag displayed above an avatar is hidden. */
294
+ AMT_HIDE_NAMETAGS = 2
284
295
  }
285
296
 
286
297
  /** @public */
@@ -6921,6 +6932,7 @@ export declare namespace PBVideoPlayer {
6921
6932
  * an 'instant' transition (like using speed/time = 0)
6922
6933
  * * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
6923
6934
  * the holding entity transform).
6935
+ * * The fov defines the Field of View of the virtual camera
6924
6936
  */
6925
6937
  /**
6926
6938
  * @public
@@ -6928,6 +6940,8 @@ export declare namespace PBVideoPlayer {
6928
6940
  export declare interface PBVirtualCamera {
6929
6941
  defaultTransition?: CameraTransition | undefined;
6930
6942
  lookAtEntity?: number | undefined;
6943
+ /** default: 60 */
6944
+ fov?: number | undefined;
6931
6945
  }
6932
6946
 
6933
6947
  /**