Axiom.Graphics.Material.Clone C# (CSharp) Метод

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

Creates a copy of this Material with the specified name (must be unique).
public Clone ( string newName ) : Material
newName string The name that the cloned material will be known as.
Результат Material
		public Material Clone( string newName )
		{
			return this.Clone( newName, false, "" );
		}

Same methods

Material::Clone ( string newName, bool changeGroup, string newGroup ) : Material