Axiom.Samples.SampleContext.SampleContext C# (CSharp) 메소드

SampleContext() 공개 메소드

Creates a new instance of the type SampleContext
public SampleContext ( IConfigurationManager cfgManager ) : System
cfgManager IConfigurationManager
리턴 System
		public SampleContext( IConfigurationManager cfgManager )
		{
			this.Root = null;
			this.ConfigurationManager = cfgManager;
			this.RenderWindow = null;
			this.CurrentSample = null;
			this.IsSamplePaused = false;
			this.IsLastRun = false;
			this.LastSample = null;
		}