@dcl/sdk 7.0.0-2536481688.commit-17d01ea → 7.0.0-2549756722.commit-32d0daa

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.
@@ -189,6 +189,7 @@ declare function defineSdkComponents(engine: Pick<IEngine, 'defineComponent'>):
189
189
  AudioStream: ComponentDefinition<EcsType<PBAudioStream>>;
190
190
  BoxShape: ComponentDefinition<EcsType<PBBoxShape>>;
191
191
  CylinderShape: ComponentDefinition<EcsType<PBCylinderShape>>;
192
+ GLTFShape: ComponentDefinition<EcsType<PBGLTFShape>>;
192
193
  NFTShape: ComponentDefinition<EcsType<PBNFTShape>>;
193
194
  PlaneShape: ComponentDefinition<EcsType<PBPlaneShape>>;
194
195
  SphereShape: ComponentDefinition<EcsType<PBSphereShape>>;
@@ -1130,6 +1131,13 @@ declare interface PBCylinderShape {
1130
1131
  radiusBottom: number;
1131
1132
  }
1132
1133
 
1134
+ declare interface PBGLTFShape {
1135
+ withCollisions: boolean;
1136
+ isPointerBlocker: boolean;
1137
+ visible: boolean;
1138
+ src: string;
1139
+ }
1140
+
1133
1141
  declare interface PBNFTShape {
1134
1142
  withCollisions: boolean;
1135
1143
  isPointerBlocker: boolean;