Alexandria.Engines.Sciagi.ResourceMap.GetPageName C# (CSharp) 메소드

GetPageName() 공개 메소드

Get the name of a page.
public GetPageName ( int index ) : string
index int
리턴 string
        public string GetPageName(int index)
        {
            return String.Format("resource.{0:d3}", index);
        }