Axiom.Graphics.Material.CopyTo C# (CSharp) Method

CopyTo() public method

Copies the details from the supplied material.
public CopyTo ( Material target ) : void
target Material Material which will receive this material's settings.
return void
		public void CopyTo( Material target )
		{
			this.CopyTo( target, true );
		}

Same methods

Material::CopyTo ( Material target, bool copyUniqueInfo ) : void