Axiom.Graphics.HardwareOcclusionQuery.PullResults C# (CSharp) 메소드

PullResults() 공개 추상적인 메소드

Pulls the hardware occlusion query.
Waits until the query result is available; use IsStillOutstanding if just want to test if the result is available.
public abstract PullResults ( ) : int
리턴 int
		public abstract int PullResults();