@moxijs/core - v0.3.4
    Preparing search index...

    Interface ShapeConfig

    Shape definition for physics fixtures.

    interface ShapeConfig {
        height?: number;
        radius?: number;
        shape: ShapeType;
        vertices?: Point[];
        width?: number;
    }
    Index

    Properties

    height?: number
    radius?: number
    shape: ShapeType
    vertices?: Point[]
    width?: number