Axiom.Graphics.Compositor.GetMRTLocalName C# (CSharp) 메소드

GetMRTLocalName() 공개 메소드

public GetMRTLocalName ( string baseName, int attachment ) : string
baseName string
attachment int
리턴 string
		public string GetMRTLocalName( string baseName, int attachment )
		{
			return baseName + "/" + attachment.ToString();
		}