OOGL.ResourceLocator.GetFullPath C# (CSharp) Method

GetFullPath() public static method

public static GetFullPath ( string resourcePath ) : string
resourcePath string
return string
		public static string GetFullPath(string resourcePath)
		{
			return rootPath + resourcePath;
		}