Engine API Reference - v2.11.0
    Preparing search index...

    Interface ArrowShapeArgs

    interface ArrowShapeArgs {
        arrowLength?: number;
        arrowThickness?: number;
        gap?: number;
        lineLength?: number;
        lineThickness?: number;
        tolerance?: number;
    }
    Index

    Properties

    arrowLength?: number

    The length of the arrow head

    arrowThickness?: number

    The thickness of the arrow head

    gap?: number

    The gap between the arrow base and the center

    lineLength?: number

    The length of the line

    lineThickness?: number

    The thickness of the line

    tolerance?: number

    The tolerance for intersection tests