AssetBundleGraph.AssetBundleGraphEditorWindow.KeyObject.KeyObject C# (CSharp) Method

KeyObject() public method

public KeyObject ( string val ) : System
val string
return System
            public KeyObject(string val)
            {
                key = val;
            }
AssetBundleGraphEditorWindow.KeyObject