Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.9
    Preparing search index...

    Props for InstancableBoxes component

    interface InstancableBoxesProps {
        color?: ColorRepresentation;
        instances: readonly InstanceData[];
        materialProps?: Partial<MeshStandardMaterialParameters>;
        size?: [number, number, number];
    }
    Index

    Properties

    color?: ColorRepresentation

    Base material color

    instances: readonly InstanceData[]

    Array of instance data

    materialProps?: Partial<MeshStandardMaterialParameters>

    Material properties

    size?: [number, number, number]

    Box dimensions [width, height, depth]