Engine API Reference - v2.11.0
    Preparing search index...

    Interface BoxLineShapeArgs

    interface BoxLineShapeArgs {
        boxSize?: number;
        gap?: number;
        lineLength?: number;
        lineThickness?: number;
        tolerance?: number;
    }
    Index

    Properties

    boxSize?: number

    The size of the box

    gap?: number

    The gap between the box and the line

    lineLength?: number

    The length of the line

    lineThickness?: number

    The thickness of the line

    tolerance?: number

    The tolerance for intersection tests