@dcl/sdk 7.0.0-3040253589.commit-8782388 → 7.0.0-3040969877.commit-184260d
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/ecs7/index.d.ts
CHANGED
@@ -231,7 +231,7 @@ export declare namespace Components {
|
|
231
231
|
/** @public */
|
232
232
|
const Material: ComponentDefinition<ISchema<PBMaterial>, PBMaterial>;
|
233
233
|
/** @public */
|
234
|
-
const MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, PBMeshCollider
|
234
|
+
const MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, Partial<PBMeshCollider>>;
|
235
235
|
/** @public */
|
236
236
|
const MeshRenderer: ComponentDefinition<ISchema<PBMeshRenderer>, Partial<PBMeshRenderer>>;
|
237
237
|
/** @public */
|
@@ -471,6 +471,7 @@ export declare type DeepReadonlySet<T> = ReadonlySet<DeepReadonly<T>>;
|
|
471
471
|
declare function defineSdkComponents(engine: PreEngine): {
|
472
472
|
Transform: ComponentDefinition<ISchema<TransformType>, Partial<TransformType>>;
|
473
473
|
MeshRenderer: ComponentDefinition<ISchema<PBMeshRenderer>, Partial<PBMeshRenderer>>;
|
474
|
+
MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, Partial<PBMeshCollider>>;
|
474
475
|
Animator: ComponentDefinition<ISchema<PBAnimator>, PBAnimator>;
|
475
476
|
AudioSource: ComponentDefinition<ISchema<PBAudioSource>, PBAudioSource>;
|
476
477
|
AvatarAttach: ComponentDefinition<ISchema<PBAvatarAttach>, PBAvatarAttach>;
|
@@ -483,7 +484,6 @@ declare function defineSdkComponents(engine: PreEngine): {
|
|
483
484
|
CylinderShape: ComponentDefinition<ISchema<PBCylinderShape>, PBCylinderShape>;
|
484
485
|
GLTFShape: ComponentDefinition<ISchema<PBGLTFShape>, PBGLTFShape>;
|
485
486
|
Material: ComponentDefinition<ISchema<PBMaterial>, PBMaterial>;
|
486
|
-
MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, PBMeshCollider>;
|
487
487
|
NFTShape: ComponentDefinition<ISchema<PBNFTShape>, PBNFTShape>;
|
488
488
|
OnPointerDown: ComponentDefinition<ISchema<PBOnPointerDown>, PBOnPointerDown>;
|
489
489
|
OnPointerDownResult: ComponentDefinition<ISchema<PBOnPointerDownResult>, PBOnPointerDownResult>;
|
@@ -1458,7 +1458,7 @@ declare namespace Matrix {
|
|
1458
1458
|
}
|
1459
1459
|
|
1460
1460
|
/** @public */
|
1461
|
-
export declare const MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, PBMeshCollider
|
1461
|
+
export declare const MeshCollider: ComponentDefinition<ISchema<PBMeshCollider>, Partial<PBMeshCollider>>;
|
1462
1462
|
|
1463
1463
|
/** @public */
|
1464
1464
|
export declare const MeshRenderer: ComponentDefinition<ISchema<PBMeshRenderer>, Partial<PBMeshRenderer>>;
|