Interface BoxConfig

interface BoxConfig {
    depth: number;
    height: number;
    material: Material;
    position: Vector3;
    width: number;
}

Properties

depth: number
height: number
material: Material
position: Vector3
width: number