@dcl/playground-assets 7.23.3-25829613631.commit-ac51407 → 7.23.3
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 +0 -18
- package/dist/beta.d.ts +0 -18
- package/dist/index.bundled.d.ts +0 -18
- package/dist/index.js +5 -5
- package/dist/playground/sdk/apis.d.ts +0 -6
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +0 -18
- package/etc/playground-assets.api.json +0 -167
- package/etc/playground-assets.api.md +0 -12
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
|
@@ -261,15 +261,6 @@ 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
|
-
|
|
273
264
|
/** @public */
|
|
274
265
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
275
266
|
|
|
@@ -4843,12 +4834,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4843
4834
|
runJumpHeight?: number | undefined;
|
|
4844
4835
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4845
4836
|
hardLandingCooldown?: number | undefined;
|
|
4846
|
-
/** Height of the double jump (in meters) */
|
|
4847
|
-
doubleJumpHeight?: number | undefined;
|
|
4848
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4849
|
-
glidingSpeed?: number | undefined;
|
|
4850
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4851
|
-
glidingFallingSpeed?: number | undefined;
|
|
4852
4837
|
}
|
|
4853
4838
|
|
|
4854
4839
|
/**
|
|
@@ -6933,7 +6918,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6933
6918
|
* an 'instant' transition (like using speed/time = 0)
|
|
6934
6919
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6935
6920
|
* the holding entity transform).
|
|
6936
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6937
6921
|
*/
|
|
6938
6922
|
/**
|
|
6939
6923
|
* @public
|
|
@@ -6941,8 +6925,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6941
6925
|
export declare interface PBVirtualCamera {
|
|
6942
6926
|
defaultTransition?: CameraTransition | undefined;
|
|
6943
6927
|
lookAtEntity?: number | undefined;
|
|
6944
|
-
/** default: 60 */
|
|
6945
|
-
fov?: number | undefined;
|
|
6946
6928
|
}
|
|
6947
6929
|
|
|
6948
6930
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -261,15 +261,6 @@ 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
|
-
|
|
273
264
|
/** @public */
|
|
274
265
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
275
266
|
|
|
@@ -4815,12 +4806,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4815
4806
|
runJumpHeight?: number | undefined;
|
|
4816
4807
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4817
4808
|
hardLandingCooldown?: number | undefined;
|
|
4818
|
-
/** Height of the double jump (in meters) */
|
|
4819
|
-
doubleJumpHeight?: number | undefined;
|
|
4820
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4821
|
-
glidingSpeed?: number | undefined;
|
|
4822
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4823
|
-
glidingFallingSpeed?: number | undefined;
|
|
4824
4809
|
}
|
|
4825
4810
|
|
|
4826
4811
|
/**
|
|
@@ -6905,7 +6890,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6905
6890
|
* an 'instant' transition (like using speed/time = 0)
|
|
6906
6891
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6907
6892
|
* the holding entity transform).
|
|
6908
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6909
6893
|
*/
|
|
6910
6894
|
/**
|
|
6911
6895
|
* @public
|
|
@@ -6913,8 +6897,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6913
6897
|
export declare interface PBVirtualCamera {
|
|
6914
6898
|
defaultTransition?: CameraTransition | undefined;
|
|
6915
6899
|
lookAtEntity?: number | undefined;
|
|
6916
|
-
/** default: 60 */
|
|
6917
|
-
fov?: number | undefined;
|
|
6918
6900
|
}
|
|
6919
6901
|
|
|
6920
6902
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -261,15 +261,6 @@ 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
|
-
|
|
273
264
|
/** @public */
|
|
274
265
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
275
266
|
|
|
@@ -4815,12 +4806,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4815
4806
|
runJumpHeight?: number | undefined;
|
|
4816
4807
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4817
4808
|
hardLandingCooldown?: number | undefined;
|
|
4818
|
-
/** Height of the double jump (in meters) */
|
|
4819
|
-
doubleJumpHeight?: number | undefined;
|
|
4820
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4821
|
-
glidingSpeed?: number | undefined;
|
|
4822
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4823
|
-
glidingFallingSpeed?: number | undefined;
|
|
4824
4809
|
}
|
|
4825
4810
|
|
|
4826
4811
|
/**
|
|
@@ -6905,7 +6890,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6905
6890
|
* an 'instant' transition (like using speed/time = 0)
|
|
6906
6891
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6907
6892
|
* the holding entity transform).
|
|
6908
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6909
6893
|
*/
|
|
6910
6894
|
/**
|
|
6911
6895
|
* @public
|
|
@@ -6913,8 +6897,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6913
6897
|
export declare interface PBVirtualCamera {
|
|
6914
6898
|
defaultTransition?: CameraTransition | undefined;
|
|
6915
6899
|
lookAtEntity?: number | undefined;
|
|
6916
|
-
/** default: 60 */
|
|
6917
|
-
fov?: number | undefined;
|
|
6918
6900
|
}
|
|
6919
6901
|
|
|
6920
6902
|
/**
|