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

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

Copies the details from the supplied material.
public CopyTo ( Material target ) : void
target Material Material which will receive this material's settings.
Результат void
		public void CopyTo( Material target )
		{
			this.CopyTo( target, true );
		}

Same methods

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