コード例 #1
0
	void EXPORT_API initialize(int agentcount)
	{
		ENV.clearObstacles();
		FPList = new FollowPath[agentcount];
	}
コード例 #2
0
	void EXPORT_API ClearObstacles()
	{
		ENV.clearObstacles();
	}