Axiom.RenderSystems.Xna.XnaHardwareOcclusionQuery.IsStillOutstanding C# (CSharp) Method

IsStillOutstanding() public method

Lets you know when query is done, or still be processed by the Hardware
public IsStillOutstanding ( ) : bool
return bool
		public override bool IsStillOutstanding()
		{
			return !oQuery.IsComplete;
		}