public RecastContext() { _context = new RcContext(RecastLibrary.rcContext_create()); RecastLibrary.random_set_seed(new Random().Next()); }
public UnitOfWork(RcContext context) { _context = context; }