kokomi.js
    Preparing search index...

    Interface BoxConfig

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

    Properties

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