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

    Interface SphereShapeArgs

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

    Properties

    Properties

    size?: number

    The size of the sphere.

    tolerance?: number

    The intersection tolerance of the sphere.