Axiom.RenderSystems.DirectX9.Plugin.Initialize C# (CSharp) Method

Initialize() public method

public Initialize ( ) : void
return void
		public void Initialize()
		{
			// add an instance of this plugin to the list of available RenderSystems
			Root.Instance.RenderSystems.Add( "DirectX9", renderSystem );
		}