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

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

public DynamicTexture ( ) : System
Результат System
		public DynamicTexture()
		{
			Metadata[ "Title" ] = "Dynamic Texturing";
			Metadata[ "Description" ] = "Demonstrates how to create and use dynamically changing textures.";
			Metadata[ "Thumbnail" ] = "thumb_dyntex.png";
			Metadata[ "Category" ] = "Unsorted";
			Metadata["Help"] = "Use the left mouse button to wipe away the frost. It's cold though, so the frost will return after a while.";
		}