Update tests to validate collisionEnabled property for runtime scene edges
This commit is contained in:
@@ -725,6 +725,7 @@ describe("buildRuntimeSceneFromDocument", () => {
|
|||||||
edges: {
|
edges: {
|
||||||
left: {
|
left: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
collisionEnabled: false,
|
||||||
kind: "softShoulder",
|
kind: "softShoulder",
|
||||||
width: 0.35,
|
width: 0.35,
|
||||||
height: 0.12,
|
height: 0.12,
|
||||||
@@ -733,6 +734,7 @@ describe("buildRuntimeSceneFromDocument", () => {
|
|||||||
},
|
},
|
||||||
right: {
|
right: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
collisionEnabled: false,
|
||||||
kind: "softShoulder",
|
kind: "softShoulder",
|
||||||
width: 0.35,
|
width: 0.35,
|
||||||
height: 0.12,
|
height: 0.12,
|
||||||
|
|||||||
Reference in New Issue
Block a user