Axiom.Samples.SampleContext.SampleContext C# (CSharp) Method

SampleContext() public method

Creates a new instance of the type SampleContext
public SampleContext ( IConfigurationManager cfgManager ) : System
cfgManager IConfigurationManager
return 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;
		}