Axiom.Graphics.Compositor.GetMRTLocalName C# (CSharp) Méthode

GetMRTLocalName() public méthode

public GetMRTLocalName ( string baseName, int attachment ) : string
baseName string
attachment int
Résultat string
		public string GetMRTLocalName( string baseName, int attachment )
		{
			return baseName + "/" + attachment.ToString();
		}