Update edgeSide type in collider options to include 'junction'
This commit is contained in:
@@ -192,7 +192,7 @@ function createBoxCollider(options: {
|
|||||||
junctionId?: string;
|
junctionId?: string;
|
||||||
repeaterId?: string;
|
repeaterId?: string;
|
||||||
assetId?: string;
|
assetId?: string;
|
||||||
edgeSide?: "left" | "right";
|
edgeSide?: "left" | "right" | "junction";
|
||||||
position: Vec3;
|
position: Vec3;
|
||||||
yawDegrees: number;
|
yawDegrees: number;
|
||||||
center: Vec3;
|
center: Vec3;
|
||||||
|
|||||||
Reference in New Issue
Block a user