Alexandria.Engines.Sciagi.ResourceMap.GetPageName C# (CSharp) Method

GetPageName() public method

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