@dcl/playground-assets 7.24.1-27387182535.commit-de44c20 → 7.24.1
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
|
@@ -263,15 +263,6 @@ 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
|
-
|
|
275
266
|
/** @public */
|
|
276
267
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
277
268
|
|
|
@@ -4860,12 +4851,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4860
4851
|
runJumpHeight?: number | undefined;
|
|
4861
4852
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4862
4853
|
hardLandingCooldown?: number | undefined;
|
|
4863
|
-
/** Height of the double jump (in meters) */
|
|
4864
|
-
doubleJumpHeight?: number | undefined;
|
|
4865
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4866
|
-
glidingSpeed?: number | undefined;
|
|
4867
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4868
|
-
glidingFallingSpeed?: number | undefined;
|
|
4869
4854
|
}
|
|
4870
4855
|
|
|
4871
4856
|
/**
|
|
@@ -6958,7 +6943,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6958
6943
|
* an 'instant' transition (like using speed/time = 0)
|
|
6959
6944
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6960
6945
|
* the holding entity transform).
|
|
6961
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6962
6946
|
*/
|
|
6963
6947
|
/**
|
|
6964
6948
|
* @public
|
|
@@ -6966,8 +6950,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6966
6950
|
export declare interface PBVirtualCamera {
|
|
6967
6951
|
defaultTransition?: CameraTransition | undefined;
|
|
6968
6952
|
lookAtEntity?: number | undefined;
|
|
6969
|
-
/** default: 60 */
|
|
6970
|
-
fov?: number | undefined;
|
|
6971
6953
|
}
|
|
6972
6954
|
|
|
6973
6955
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -263,15 +263,6 @@ 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
|
-
|
|
275
266
|
/** @public */
|
|
276
267
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
277
268
|
|
|
@@ -4832,12 +4823,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4832
4823
|
runJumpHeight?: number | undefined;
|
|
4833
4824
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4834
4825
|
hardLandingCooldown?: number | undefined;
|
|
4835
|
-
/** Height of the double jump (in meters) */
|
|
4836
|
-
doubleJumpHeight?: number | undefined;
|
|
4837
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4838
|
-
glidingSpeed?: number | undefined;
|
|
4839
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4840
|
-
glidingFallingSpeed?: number | undefined;
|
|
4841
4826
|
}
|
|
4842
4827
|
|
|
4843
4828
|
/**
|
|
@@ -6930,7 +6915,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6930
6915
|
* an 'instant' transition (like using speed/time = 0)
|
|
6931
6916
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6932
6917
|
* the holding entity transform).
|
|
6933
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6934
6918
|
*/
|
|
6935
6919
|
/**
|
|
6936
6920
|
* @public
|
|
@@ -6938,8 +6922,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6938
6922
|
export declare interface PBVirtualCamera {
|
|
6939
6923
|
defaultTransition?: CameraTransition | undefined;
|
|
6940
6924
|
lookAtEntity?: number | undefined;
|
|
6941
|
-
/** default: 60 */
|
|
6942
|
-
fov?: number | undefined;
|
|
6943
6925
|
}
|
|
6944
6926
|
|
|
6945
6927
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -263,15 +263,6 @@ 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
|
-
|
|
275
266
|
/** @public */
|
|
276
267
|
export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
|
|
277
268
|
|
|
@@ -4832,12 +4823,6 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4832
4823
|
runJumpHeight?: number | undefined;
|
|
4833
4824
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4834
4825
|
hardLandingCooldown?: number | undefined;
|
|
4835
|
-
/** Height of the double jump (in meters) */
|
|
4836
|
-
doubleJumpHeight?: number | undefined;
|
|
4837
|
-
/** Maximum speed when gliding (in meters per second) */
|
|
4838
|
-
glidingSpeed?: number | undefined;
|
|
4839
|
-
/** Maximum falling speed when gliding (in meters per second) */
|
|
4840
|
-
glidingFallingSpeed?: number | undefined;
|
|
4841
4826
|
}
|
|
4842
4827
|
|
|
4843
4828
|
/**
|
|
@@ -6930,7 +6915,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6930
6915
|
* an 'instant' transition (like using speed/time = 0)
|
|
6931
6916
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6932
6917
|
* the holding entity transform).
|
|
6933
|
-
* * The fov defines the Field of View of the virtual camera
|
|
6934
6918
|
*/
|
|
6935
6919
|
/**
|
|
6936
6920
|
* @public
|
|
@@ -6938,8 +6922,6 @@ export declare namespace PBVideoPlayer {
|
|
|
6938
6922
|
export declare interface PBVirtualCamera {
|
|
6939
6923
|
defaultTransition?: CameraTransition | undefined;
|
|
6940
6924
|
lookAtEntity?: number | undefined;
|
|
6941
|
-
/** default: 60 */
|
|
6942
|
-
fov?: number | undefined;
|
|
6943
6925
|
}
|
|
6944
6926
|
|
|
6945
6927
|
/**
|