rhodonite
    Preparing search index...

    Variable PhysicsShapeConst

    PhysicsShape: Readonly<
        {
            Box: EnumIO;
            from: (index: number) => EnumIO;
            fromString: (str: string) => EnumIO;
            Sphere: EnumIO;
        },
    > = ...