Strata - v1.4.10
    Preparing search index...

    Interface OutlineProps

    Props for the Outline component.

    interface OutlineProps {
        children: ReactNode;
        color?: ColorRepresentation;
        outlineWidth?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children: ReactNode

    Meshes to apply the outline effect to.

    color?: ColorRepresentation
    outlineWidth?: number