Axiom.Graphics.HardwareOcclusionQuery.IsStillOutstanding C# (CSharp) Method

IsStillOutstanding() public abstract method

Lets you know when query is done, or still be processed by the Hardware
public abstract IsStillOutstanding ( ) : bool
return bool
		public abstract bool IsStillOutstanding();