Runtime Navmesh Baker 1.3.0
Generic Runtime spawn and instance pooling system for spawning random AI agents around a map. Works with ANY AI system easily.
Loading...
Searching...
No Matches
NavMeshBakeProfile.cs File Reference

Classes

class  MegaCrush.RuntimeNavmeshBaker.NavMeshBakeProfile
 Profile asset that configures runtime NavMesh baking behavior (bounds strategy, collection settings, agent types, costs, throttling, seam links, etc.). Assign an instance of this profile to NavMeshBakerService to control how and when runtime baking occurs. More...
 

Namespaces

namespace  MegaCrush
 
namespace  MegaCrush.RuntimeNavmeshBaker
 

Enumerations

enum  MegaCrush.RuntimeNavmeshBaker.BakeCenterMode { MegaCrush.RuntimeNavmeshBaker.ContinuousAABB = 0 , MegaCrush.RuntimeNavmeshBaker.GridCells = 1 }
 How the baking bounds are chosen while the game runs. More...