crashcat docs
    Preparing search index...

    Type Alias BoxSupport

    type BoxSupport = {
        convexRadius: number;
        halfExtents: Vec3;
        getSupport(direction: Vec3, out: Vec3): void;
    }
    Index

    Properties

    convexRadius: number
    halfExtents: Vec3

    Methods