sparkengineweb
    Preparing search index...

    Interface StaticObjectProps

    interface StaticObjectProps {
        boundingBox?: BoundingBoxComponentProps;
        material?: MaterialComponentProps;
        name?: string;
        shape?: ShapeComponentProps;
        transform?: TransformComponentProps;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The config of the bounding box component. Uses default bounding box config if not set

    The configuration of the material component Uses default material config if not set

    name?: string

    The configuration of the shape component. Uses default shape config if not set

    The configuration of the transform component. Uses default transform config if not set