@dcl/playground-assets 7.24.1-27386133361.commit-558451f → 7.24.1-27387182535.commit-de44c20
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 +18 -0
- package/dist/beta.d.ts +18 -0
- package/dist/index.bundled.d.ts +18 -0
- package/dist/index.js +5 -5
- package/dist/playground/sdk/apis.d.ts +6 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +18 -0
- package/etc/playground-assets.api.json +167 -0
- package/etc/playground-assets.api.md +12 -0
- package/package.json +4 -4
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
|
|
|
@@ -4851,6 +4860,12 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4851
4860
|
runJumpHeight?: number | undefined;
|
|
4852
4861
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4853
4862
|
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;
|
|
4854
4869
|
}
|
|
4855
4870
|
|
|
4856
4871
|
/**
|
|
@@ -6943,6 +6958,7 @@ export declare namespace PBVideoPlayer {
|
|
|
6943
6958
|
* an 'instant' transition (like using speed/time = 0)
|
|
6944
6959
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6945
6960
|
* the holding entity transform).
|
|
6961
|
+
* * The fov defines the Field of View of the virtual camera
|
|
6946
6962
|
*/
|
|
6947
6963
|
/**
|
|
6948
6964
|
* @public
|
|
@@ -6950,6 +6966,8 @@ export declare namespace PBVideoPlayer {
|
|
|
6950
6966
|
export declare interface PBVirtualCamera {
|
|
6951
6967
|
defaultTransition?: CameraTransition | undefined;
|
|
6952
6968
|
lookAtEntity?: number | undefined;
|
|
6969
|
+
/** default: 60 */
|
|
6970
|
+
fov?: number | undefined;
|
|
6953
6971
|
}
|
|
6954
6972
|
|
|
6955
6973
|
/**
|
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
|
|
|
@@ -4823,6 +4832,12 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4823
4832
|
runJumpHeight?: number | undefined;
|
|
4824
4833
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4825
4834
|
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;
|
|
4826
4841
|
}
|
|
4827
4842
|
|
|
4828
4843
|
/**
|
|
@@ -6915,6 +6930,7 @@ export declare namespace PBVideoPlayer {
|
|
|
6915
6930
|
* an 'instant' transition (like using speed/time = 0)
|
|
6916
6931
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6917
6932
|
* the holding entity transform).
|
|
6933
|
+
* * The fov defines the Field of View of the virtual camera
|
|
6918
6934
|
*/
|
|
6919
6935
|
/**
|
|
6920
6936
|
* @public
|
|
@@ -6922,6 +6938,8 @@ export declare namespace PBVideoPlayer {
|
|
|
6922
6938
|
export declare interface PBVirtualCamera {
|
|
6923
6939
|
defaultTransition?: CameraTransition | undefined;
|
|
6924
6940
|
lookAtEntity?: number | undefined;
|
|
6941
|
+
/** default: 60 */
|
|
6942
|
+
fov?: number | undefined;
|
|
6925
6943
|
}
|
|
6926
6944
|
|
|
6927
6945
|
/**
|
package/dist/index.bundled.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
|
|
|
@@ -4823,6 +4832,12 @@ export declare interface PBAvatarLocomotionSettings {
|
|
|
4823
4832
|
runJumpHeight?: number | undefined;
|
|
4824
4833
|
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
4825
4834
|
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;
|
|
4826
4841
|
}
|
|
4827
4842
|
|
|
4828
4843
|
/**
|
|
@@ -6915,6 +6930,7 @@ export declare namespace PBVideoPlayer {
|
|
|
6915
6930
|
* an 'instant' transition (like using speed/time = 0)
|
|
6916
6931
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
6917
6932
|
* the holding entity transform).
|
|
6933
|
+
* * The fov defines the Field of View of the virtual camera
|
|
6918
6934
|
*/
|
|
6919
6935
|
/**
|
|
6920
6936
|
* @public
|
|
@@ -6922,6 +6938,8 @@ export declare namespace PBVideoPlayer {
|
|
|
6922
6938
|
export declare interface PBVirtualCamera {
|
|
6923
6939
|
defaultTransition?: CameraTransition | undefined;
|
|
6924
6940
|
lookAtEntity?: number | undefined;
|
|
6941
|
+
/** default: 60 */
|
|
6942
|
+
fov?: number | undefined;
|
|
6925
6943
|
}
|
|
6926
6944
|
|
|
6927
6945
|
/**
|