OOGL.ResourceLocator.GetFullPath C# (CSharp) Méthode

GetFullPath() public static méthode

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