@dcl/playground-assets 7.3.2-5576374771.commit-6418c5b → 7.3.2-5577160347.commit-14b71af
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 +6 -6
- package/dist/beta.d.ts +6 -6
- package/dist/index.bundled.d.ts +6 -6
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +6 -6
- package/etc/playground-assets.api.json +6 -6
- package/etc/playground-assets.api.md +6 -6
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
|
@@ -1142,7 +1142,7 @@ export declare interface ComponentData {
|
|
|
1142
1142
|
} | {
|
|
1143
1143
|
$case: "binary";
|
|
1144
1144
|
binary: Uint8Array;
|
|
1145
|
-
};
|
|
1145
|
+
} | undefined;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
/**
|
|
@@ -3892,7 +3892,7 @@ export declare interface PBMaterial {
|
|
|
3892
3892
|
} | {
|
|
3893
3893
|
$case: "pbr";
|
|
3894
3894
|
pbr: PBMaterial_PbrMaterial;
|
|
3895
|
-
};
|
|
3895
|
+
} | undefined;
|
|
3896
3896
|
}
|
|
3897
3897
|
|
|
3898
3898
|
/**
|
|
@@ -3999,7 +3999,7 @@ export declare interface PBMeshCollider {
|
|
|
3999
3999
|
} | {
|
|
4000
4000
|
$case: "plane";
|
|
4001
4001
|
plane: PBMeshCollider_PlaneMesh;
|
|
4002
|
-
};
|
|
4002
|
+
} | undefined;
|
|
4003
4003
|
}
|
|
4004
4004
|
|
|
4005
4005
|
/**
|
|
@@ -4100,7 +4100,7 @@ export declare interface PBMeshRenderer {
|
|
|
4100
4100
|
} | {
|
|
4101
4101
|
$case: "plane";
|
|
4102
4102
|
plane: PBMeshRenderer_PlaneMesh;
|
|
4103
|
-
};
|
|
4103
|
+
} | undefined;
|
|
4104
4104
|
}
|
|
4105
4105
|
|
|
4106
4106
|
/**
|
|
@@ -4370,7 +4370,7 @@ export declare interface PBRaycast {
|
|
|
4370
4370
|
} | {
|
|
4371
4371
|
$case: "targetEntity";
|
|
4372
4372
|
targetEntity: number;
|
|
4373
|
-
};
|
|
4373
|
+
} | undefined;
|
|
4374
4374
|
/** Maximum length of the ray in virtual meters (global space) */
|
|
4375
4375
|
maxDistance: number;
|
|
4376
4376
|
/** the RaycastQueryType behavior */
|
|
@@ -6103,7 +6103,7 @@ export declare interface TextureUnion {
|
|
|
6103
6103
|
} | {
|
|
6104
6104
|
$case: "videoTexture";
|
|
6105
6105
|
videoTexture: VideoTexture;
|
|
6106
|
-
};
|
|
6106
|
+
} | undefined;
|
|
6107
6107
|
}
|
|
6108
6108
|
|
|
6109
6109
|
/**
|
package/dist/beta.d.ts
CHANGED
|
@@ -1142,7 +1142,7 @@ export declare interface ComponentData {
|
|
|
1142
1142
|
} | {
|
|
1143
1143
|
$case: "binary";
|
|
1144
1144
|
binary: Uint8Array;
|
|
1145
|
-
};
|
|
1145
|
+
} | undefined;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
/**
|
|
@@ -3883,7 +3883,7 @@ export declare interface PBMaterial {
|
|
|
3883
3883
|
} | {
|
|
3884
3884
|
$case: "pbr";
|
|
3885
3885
|
pbr: PBMaterial_PbrMaterial;
|
|
3886
|
-
};
|
|
3886
|
+
} | undefined;
|
|
3887
3887
|
}
|
|
3888
3888
|
|
|
3889
3889
|
/**
|
|
@@ -3990,7 +3990,7 @@ export declare interface PBMeshCollider {
|
|
|
3990
3990
|
} | {
|
|
3991
3991
|
$case: "plane";
|
|
3992
3992
|
plane: PBMeshCollider_PlaneMesh;
|
|
3993
|
-
};
|
|
3993
|
+
} | undefined;
|
|
3994
3994
|
}
|
|
3995
3995
|
|
|
3996
3996
|
/**
|
|
@@ -4091,7 +4091,7 @@ export declare interface PBMeshRenderer {
|
|
|
4091
4091
|
} | {
|
|
4092
4092
|
$case: "plane";
|
|
4093
4093
|
plane: PBMeshRenderer_PlaneMesh;
|
|
4094
|
-
};
|
|
4094
|
+
} | undefined;
|
|
4095
4095
|
}
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
@@ -4361,7 +4361,7 @@ export declare interface PBRaycast {
|
|
|
4361
4361
|
} | {
|
|
4362
4362
|
$case: "targetEntity";
|
|
4363
4363
|
targetEntity: number;
|
|
4364
|
-
};
|
|
4364
|
+
} | undefined;
|
|
4365
4365
|
/** Maximum length of the ray in virtual meters (global space) */
|
|
4366
4366
|
maxDistance: number;
|
|
4367
4367
|
/** the RaycastQueryType behavior */
|
|
@@ -6094,7 +6094,7 @@ export declare interface TextureUnion {
|
|
|
6094
6094
|
} | {
|
|
6095
6095
|
$case: "videoTexture";
|
|
6096
6096
|
videoTexture: VideoTexture;
|
|
6097
|
-
};
|
|
6097
|
+
} | undefined;
|
|
6098
6098
|
}
|
|
6099
6099
|
|
|
6100
6100
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -1142,7 +1142,7 @@ export declare interface ComponentData {
|
|
|
1142
1142
|
} | {
|
|
1143
1143
|
$case: "binary";
|
|
1144
1144
|
binary: Uint8Array;
|
|
1145
|
-
};
|
|
1145
|
+
} | undefined;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
/**
|
|
@@ -3883,7 +3883,7 @@ export declare interface PBMaterial {
|
|
|
3883
3883
|
} | {
|
|
3884
3884
|
$case: "pbr";
|
|
3885
3885
|
pbr: PBMaterial_PbrMaterial;
|
|
3886
|
-
};
|
|
3886
|
+
} | undefined;
|
|
3887
3887
|
}
|
|
3888
3888
|
|
|
3889
3889
|
/**
|
|
@@ -3990,7 +3990,7 @@ export declare interface PBMeshCollider {
|
|
|
3990
3990
|
} | {
|
|
3991
3991
|
$case: "plane";
|
|
3992
3992
|
plane: PBMeshCollider_PlaneMesh;
|
|
3993
|
-
};
|
|
3993
|
+
} | undefined;
|
|
3994
3994
|
}
|
|
3995
3995
|
|
|
3996
3996
|
/**
|
|
@@ -4091,7 +4091,7 @@ export declare interface PBMeshRenderer {
|
|
|
4091
4091
|
} | {
|
|
4092
4092
|
$case: "plane";
|
|
4093
4093
|
plane: PBMeshRenderer_PlaneMesh;
|
|
4094
|
-
};
|
|
4094
|
+
} | undefined;
|
|
4095
4095
|
}
|
|
4096
4096
|
|
|
4097
4097
|
/**
|
|
@@ -4361,7 +4361,7 @@ export declare interface PBRaycast {
|
|
|
4361
4361
|
} | {
|
|
4362
4362
|
$case: "targetEntity";
|
|
4363
4363
|
targetEntity: number;
|
|
4364
|
-
};
|
|
4364
|
+
} | undefined;
|
|
4365
4365
|
/** Maximum length of the ray in virtual meters (global space) */
|
|
4366
4366
|
maxDistance: number;
|
|
4367
4367
|
/** the RaycastQueryType behavior */
|
|
@@ -6094,7 +6094,7 @@ export declare interface TextureUnion {
|
|
|
6094
6094
|
} | {
|
|
6095
6095
|
$case: "videoTexture";
|
|
6096
6096
|
videoTexture: VideoTexture;
|
|
6097
|
-
};
|
|
6097
|
+
} | undefined;
|
|
6098
6098
|
}
|
|
6099
6099
|
|
|
6100
6100
|
/**
|