DragonBonesCSharp icon indicating copy to clipboard operation
DragonBonesCSharp copied to clipboard

Unity plugin API

Open Wainakh opened this issue 4 years ago • 0 comments

How you think it should work?

BaseFactory.cs : 237

Dictionary<string, List<DisplayData>> skinSlots = new Dictionary<string, List<DisplayData>>(); foreach (var key in defaultSkin.displays.Keys) { var displays = defaultSkin.GetDisplays(key); skinSlots[key] = displays; }

Wainakh avatar Jan 27 '21 09:01 Wainakh