Axiom.Samples.SdkTrayManager.WorldGeometryStageEnded C# (CSharp) Метод

WorldGeometryStageEnded() публичный Метод

This event is fired when a stage of loading linked world geometry has been completed. The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
public WorldGeometryStageEnded ( ) : void
Результат void
		public void WorldGeometryStageEnded()
		{
			LoadBar.Progress = LoadBar.Progress + loadInc;
			mWindow.Update();
			// allow OS events to process (if the platform requires it
			if ( WindowEventMonitor.Instance.MessagePump != null )
			{
				WindowEventMonitor.Instance.MessagePump();
			}
		}