Axiom.SceneManagers.Bsp.BspIntersectionSceneQuery.BspIntersectionSceneQuery C# (CSharp) Method

BspIntersectionSceneQuery() public method

public BspIntersectionSceneQuery ( SceneManager creator ) : System
creator Axiom.Core.SceneManager
return System
		public BspIntersectionSceneQuery( SceneManager creator )
			: base( creator )
		{
			this.AddWorldFragmentType( WorldFragmentType.PlaneBoundedRegion );
		}
BspIntersectionSceneQuery