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

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

public CharacterSample ( ) : System.Collections.Generic
Результат System.Collections.Generic
		public CharacterSample()
		{
			Metadata[ "Title" ] = "Character";
			Metadata[ "Description" ] = "A demo showing 3rd-person character control and use of TagPoints.";
			Metadata[ "Thumbnail" ] = "thumb_char.png";
			Metadata[ "Category" ] = "Animation";
			Metadata[ "Help" ] = "Use the WASD keys to move Sinbad, and the space bar to jump. " +
				"Use mouse to look around and mouse wheel to zoom. Press Q to take out or put back " +
				"Sinbad's swords. With the swords equipped, you can left click to slice vertically or " +
				"right click to slice horizontally. When the swords are not equipped, press E to " +
				"start/stop a silly dance routine.";

		}