Feature: Implement climbable status for box faces across UI and runtime geometry
This commit is contained in:
@@ -263,7 +263,8 @@ function createRuntimeGeometryBrush(brush: RuntimeBoxBrushInstance): Brush {
|
||||
faceId,
|
||||
{
|
||||
materialId: face.materialId,
|
||||
uv: cloneFaceUvState(face.uv)
|
||||
uv: cloneFaceUvState(face.uv),
|
||||
climbable: face.climbable
|
||||
}
|
||||
])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user