GameFramework.UiResourceSystem.Load C# (CSharp) Method

Load() private method

private Load ( string res ) : Object
res string
return UnityEngine.Object
        private UnityEngine.Object Load(string res)
        {
            return null;
        }