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

SdkTrayManager() public method

Creates backdrop, cursor, and trays.
public SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse ) : System
name String
window Axiom.Graphics.RenderWindow
mouse SharpInputSystem
return System
		public SdkTrayManager( String name, RenderWindow window, SIS.Mouse mouse )
			: this( name, window, mouse, null )
		{
		}

Same methods

SdkTrayManager::SdkTrayManager ( String name, Axiom.Graphics.RenderWindow window, SharpInputSystem mouse, ISdkTrayListener listener ) : System