Const
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}/> Copy
<YukaPath waypoints={[[0,0,0], [10,0,0], [10,0,10]]} loop={true} visible={true}/>
Path definition component for AI agents to follow. Provides waypoints for FollowPathBehavior and path visualization.