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

    Interface BoxShapeArgs

    interface BoxShapeArgs {
        size?: number;
        tolerance?: number;
    }
    Index

    Properties

    Properties

    size?: number

    The size of the box.

    tolerance?: number

    The intersection tolerance of the box.