Strata - v1.4.10
    Preparing search index...

    Variable YukaPathConst

    YukaPath: ForwardRefExoticComponent<YukaPathProps & RefAttributes<YukaPathRef>> = ...

    Path definition component for AI agents to follow. Provides waypoints for FollowPathBehavior and path visualization.

    <YukaPath
    waypoints={[[0,0,0], [10,0,0], [10,0,10]]}
    loop={true}
    visible={true}
    />