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

    Interface SphereShapeArgs

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

    Properties

    Properties

    radius?: number

    The radius of the sphere.

    tolerance?: number

    The intersection tolerance of the sphere.