Update edgeSide type in collider options to include 'junction'

This commit is contained in:
2026-05-13 17:19:20 +02:00
parent d5d0040dff
commit 9ee22ff7c9

View File

@@ -192,7 +192,7 @@ function createBoxCollider(options: {
junctionId?: string;
repeaterId?: string;
assetId?: string;
edgeSide?: "left" | "right";
edgeSide?: "left" | "right" | "junction";
position: Vec3;
yawDegrees: number;
center: Vec3;