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

CopyField() public method

public CopyField ( List datas, CopyType type ) : System
datas List
type CopyType
return System
            public CopyField(List<string> datas, CopyType type)
            {
                this.datas = datas;
                this.type = type;
            }
AssetBundleGraphEditorWindow.CopyField