예제 #1
0
		/// <summary>
		///		Used to add a supported world fragment type to this query.
		/// </summary>
		public void AddWorldFragmentType( WorldFragmentType fragmentType )
		{
			this.worldFragmentTypes |= fragmentType;
		}
예제 #2
0
 /// <summary>
 ///		Used to add a supported world fragment type to this query.
 /// </summary>
 public void AddWorldFragmentType(WorldFragmentType fragmentType)
 {
     worldFragmentTypes |= fragmentType;
 }